GET api/BillingExport/GetInjuryPayorDetailsList?q={q}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
q

string

Required

Body Parameters

None.

Response Information

Resource Description

AsapResponseOfPayorDetailsDTO
NameDescriptionTypeAdditional 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
}