GET api/BillingExport/GetMssPayorDetailsList?q={q}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| q | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AsapResponseOfPayorDetailsDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | PayorDetailsDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": {
"CaseNo": 1,
"EncounterId": 1,
"ReportType": "sample string 2",
"PayorId": 1,
"ClaimNo": "sample string 3",
"InsuranceId": 1,
"isMap": true
},
"totalCount": 3
}