GET api/Bill/search/{patientno}/{name}/{billdate}/{typeid}/{statusid}/{pageindex}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
patientno | string |
Required |
|
name | string |
Required |
|
billdate | string |
Required |
|
typeid | integer |
Required |
|
statusid | integer |
Required |
|
pageindex | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of BillSearchModelName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
PatientNo | string |
None. |
|
Gender | string |
None. |
|
DOB | date |
None. |
|
Phone | string |
None. |
|
BillNo | string |
None. |
|
Address | string |
None. |
|
string |
None. |
||
Status | string |
None. |
|
Url | string |
None. |
|
EncounterOn | date |
None. |
|
Balance | decimal number |
None. |
|
Unbilled | decimal number |
None. |
|
Advance | decimal number |
None. |
|
MemberId | globally unique identifier |
None. |
|
LocationId | globally unique identifier |
None. |
|
BillDate | date |
None. |
|
BillAmount | decimal number |
None. |
|
PaidAmount | decimal number |
None. |
|
UnbilledAmount | decimal number |
None. |
|
TotalCount | integer |
None. |
|
Bills | Collection of BillDetailSearch |
None. |
|
AlternateNumber | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "5ec8aa88-4539-4504-bcae-8352d21043a6", "Name": "sample string 1", "PatientNo": "sample string 2", "Gender": "sample string 3", "DOB": "2025-04-03T19:24:00.3383399-05:00", "Phone": "sample string 4", "BillNo": "sample string 5", "Address": "sample string 6", "Email": "sample string 7", "Status": "sample string 8", "Url": "sample string 9", "EncounterOn": "2025-04-03T19:24:00.3383399-05:00", "Balance": 10.0, "Unbilled": 11.0, "Advance": 12.0, "MemberId": "444fa655-6738-4b8f-9de3-ef0c27d6b75e", "LocationId": "80b78678-808a-435e-af17-af8e10ebaa04", "BillDate": "2025-04-03T19:24:00.3433403-05:00", "BillAmount": 13.0, "PaidAmount": 14.0, "UnbilledAmount": 15.0, "TotalCount": 1, "Bills": [ { "StatusId": 1, "Id": "44697526-19b3-468e-a26f-4bf28d6cd1cb", "BillNo": "sample string 3", "BillDate": "2025-04-03T19:24:00.3433403-05:00", "BillAmount": 5.0, "Type": "sample string 6", "TypeId": 1, "Status": "sample string 7", "ModifiedName": "sample string 8", "MemberId": "e5f48de3-02b1-4b61-bf5f-703e09b6ee2c", "Name": "sample string 9", "PhoneNo": "sample string 10", "XmlData": "sample string 11", "InsuranceId": "644b1292-a2fd-43ae-abdd-0029b82c561d" }, { "StatusId": 1, "Id": "44697526-19b3-468e-a26f-4bf28d6cd1cb", "BillNo": "sample string 3", "BillDate": "2025-04-03T19:24:00.3433403-05:00", "BillAmount": 5.0, "Type": "sample string 6", "TypeId": 1, "Status": "sample string 7", "ModifiedName": "sample string 8", "MemberId": "e5f48de3-02b1-4b61-bf5f-703e09b6ee2c", "Name": "sample string 9", "PhoneNo": "sample string 10", "XmlData": "sample string 11", "InsuranceId": "644b1292-a2fd-43ae-abdd-0029b82c561d" } ], "AlternateNumber": "sample string 16" }, { "Id": "5ec8aa88-4539-4504-bcae-8352d21043a6", "Name": "sample string 1", "PatientNo": "sample string 2", "Gender": "sample string 3", "DOB": "2025-04-03T19:24:00.3383399-05:00", "Phone": "sample string 4", "BillNo": "sample string 5", "Address": "sample string 6", "Email": "sample string 7", "Status": "sample string 8", "Url": "sample string 9", "EncounterOn": "2025-04-03T19:24:00.3383399-05:00", "Balance": 10.0, "Unbilled": 11.0, "Advance": 12.0, "MemberId": "444fa655-6738-4b8f-9de3-ef0c27d6b75e", "LocationId": "80b78678-808a-435e-af17-af8e10ebaa04", "BillDate": "2025-04-03T19:24:00.3433403-05:00", "BillAmount": 13.0, "PaidAmount": 14.0, "UnbilledAmount": 15.0, "TotalCount": 1, "Bills": [ { "StatusId": 1, "Id": "44697526-19b3-468e-a26f-4bf28d6cd1cb", "BillNo": "sample string 3", "BillDate": "2025-04-03T19:24:00.3433403-05:00", "BillAmount": 5.0, "Type": "sample string 6", "TypeId": 1, "Status": "sample string 7", "ModifiedName": "sample string 8", "MemberId": "e5f48de3-02b1-4b61-bf5f-703e09b6ee2c", "Name": "sample string 9", "PhoneNo": "sample string 10", "XmlData": "sample string 11", "InsuranceId": "644b1292-a2fd-43ae-abdd-0029b82c561d" }, { "StatusId": 1, "Id": "44697526-19b3-468e-a26f-4bf28d6cd1cb", "BillNo": "sample string 3", "BillDate": "2025-04-03T19:24:00.3433403-05:00", "BillAmount": 5.0, "Type": "sample string 6", "TypeId": 1, "Status": "sample string 7", "ModifiedName": "sample string 8", "MemberId": "e5f48de3-02b1-4b61-bf5f-703e09b6ee2c", "Name": "sample string 9", "PhoneNo": "sample string 10", "XmlData": "sample string 11", "InsuranceId": "644b1292-a2fd-43ae-abdd-0029b82c561d" } ], "AlternateNumber": "sample string 16" } ]