POST api/OrderPrice/SavePayorData
Request Information
URI Parameters
None.
Body Parameters
PayorDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
CaseNo | integer |
None. |
|
PayorId | integer |
None. |
|
EntityId | string |
String length: inclusive between 0 and 20 |
|
EntityTypeId | integer |
None. |
|
CheckPayorMappingCount | boolean |
None. |
|
PayorType | string |
String length: inclusive between 0 and 8000 |
|
ClaimNo | string |
String length: inclusive between 0 and 20 |
|
InsuranceId | integer |
None. |
|
EncounterId | integer |
None. |
|
EccCaseTypeId | integer |
None. |
|
RecordType | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "CaseNo": 2, "PayorId": 1, "EntityId": "sample string 3", "EntityTypeId": 1, "CheckPayorMappingCount": true, "PayorType": "sample string 4", "ClaimNo": "sample string 5", "InsuranceId": 1, "EncounterId": 1, "EccCaseTypeId": 1, "RecordType": "sample string 6" }
application/xml, text/xml
Sample:
<PayorDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.COSBilling"> <CaseNo>2</CaseNo> <CheckPayorMappingCount>true</CheckPayorMappingCount> <ClaimNo>sample string 5</ClaimNo> <EccCaseTypeId>1</EccCaseTypeId> <EncounterId>1</EncounterId> <EntityId>sample string 3</EntityId> <EntityTypeId>1</EntityTypeId> <Id>1</Id> <InsuranceId>1</InsuranceId> <PayorId>1</PayorId> <PayorType>sample string 4</PayorType> <RecordType>sample string 6</RecordType> </PayorDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AsapResponseOfPayorDTOName | Description | Type | Additional information |
---|---|---|---|
isSuccess | boolean |
None. |
|
message | string |
None. |
|
jsonObj | PayorDTO |
None. |
|
totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "isSuccess": true, "message": "sample string 2", "jsonObj": { "Id": 1, "CaseNo": 2, "PayorId": 1, "EntityId": "sample string 3", "EntityTypeId": 1, "CheckPayorMappingCount": true, "PayorType": "sample string 4", "ClaimNo": "sample string 5", "InsuranceId": 1, "EncounterId": 1, "EccCaseTypeId": 1, "RecordType": "sample string 6" }, "totalCount": 3 }
application/xml, text/xml
Sample:
<AsapResponseOfPayorDTOiHWKYZHo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common"> <isSuccess>true</isSuccess> <jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.COSBilling"> <d2p1:CaseNo>2</d2p1:CaseNo> <d2p1:CheckPayorMappingCount>true</d2p1:CheckPayorMappingCount> <d2p1:ClaimNo>sample string 5</d2p1:ClaimNo> <d2p1:EccCaseTypeId>1</d2p1:EccCaseTypeId> <d2p1:EncounterId>1</d2p1:EncounterId> <d2p1:EntityId>sample string 3</d2p1:EntityId> <d2p1:EntityTypeId>1</d2p1:EntityTypeId> <d2p1:Id>1</d2p1:Id> <d2p1:InsuranceId>1</d2p1:InsuranceId> <d2p1:PayorId>1</d2p1:PayorId> <d2p1:PayorType>sample string 4</d2p1:PayorType> <d2p1:RecordType>sample string 6</d2p1:RecordType> </jsonObj> <message>sample string 2</message> <totalCount>3</totalCount> </AsapResponseOfPayorDTOiHWKYZHo>