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": "6f9b548e-03e2-41f8-812c-f9632aeeb3b1", "Name": "sample string 1", "PatientNo": "sample string 2", "Gender": "sample string 3", "DOB": "2025-06-06T17:01:36.3756126+00: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-06-06T17:01:36.3756126+00:00", "Balance": 10.0, "Unbilled": 11.0, "Advance": 12.0, "MemberId": "2d976a75-8c5a-4dba-9691-41609ced9b83", "LocationId": "d28c47af-e46e-4612-8f1a-30c2a99fd682", "BillDate": "2025-06-06T17:01:36.3756126+00:00", "BillAmount": 13.0, "PaidAmount": 14.0, "UnbilledAmount": 15.0, "TotalCount": 1, "Bills": [ { "StatusId": 1, "Id": "b190398f-0288-465f-9c79-bce3ecc88146", "BillNo": "sample string 3", "BillDate": "2025-06-06T17:01:36.3756126+00:00", "BillAmount": 5.0, "Type": "sample string 6", "TypeId": 1, "Status": "sample string 7", "ModifiedName": "sample string 8", "MemberId": "699bc505-14c6-4f82-9361-67ca8933aa70", "Name": "sample string 9", "PhoneNo": "sample string 10", "XmlData": "sample string 11", "InsuranceId": "bcbc7d75-5e03-471b-ba6d-8be18bc24481" }, { "StatusId": 1, "Id": "b190398f-0288-465f-9c79-bce3ecc88146", "BillNo": "sample string 3", "BillDate": "2025-06-06T17:01:36.3756126+00:00", "BillAmount": 5.0, "Type": "sample string 6", "TypeId": 1, "Status": "sample string 7", "ModifiedName": "sample string 8", "MemberId": "699bc505-14c6-4f82-9361-67ca8933aa70", "Name": "sample string 9", "PhoneNo": "sample string 10", "XmlData": "sample string 11", "InsuranceId": "bcbc7d75-5e03-471b-ba6d-8be18bc24481" } ], "AlternateNumber": "sample string 16" }, { "Id": "6f9b548e-03e2-41f8-812c-f9632aeeb3b1", "Name": "sample string 1", "PatientNo": "sample string 2", "Gender": "sample string 3", "DOB": "2025-06-06T17:01:36.3756126+00: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-06-06T17:01:36.3756126+00:00", "Balance": 10.0, "Unbilled": 11.0, "Advance": 12.0, "MemberId": "2d976a75-8c5a-4dba-9691-41609ced9b83", "LocationId": "d28c47af-e46e-4612-8f1a-30c2a99fd682", "BillDate": "2025-06-06T17:01:36.3756126+00:00", "BillAmount": 13.0, "PaidAmount": 14.0, "UnbilledAmount": 15.0, "TotalCount": 1, "Bills": [ { "StatusId": 1, "Id": "b190398f-0288-465f-9c79-bce3ecc88146", "BillNo": "sample string 3", "BillDate": "2025-06-06T17:01:36.3756126+00:00", "BillAmount": 5.0, "Type": "sample string 6", "TypeId": 1, "Status": "sample string 7", "ModifiedName": "sample string 8", "MemberId": "699bc505-14c6-4f82-9361-67ca8933aa70", "Name": "sample string 9", "PhoneNo": "sample string 10", "XmlData": "sample string 11", "InsuranceId": "bcbc7d75-5e03-471b-ba6d-8be18bc24481" }, { "StatusId": 1, "Id": "b190398f-0288-465f-9c79-bce3ecc88146", "BillNo": "sample string 3", "BillDate": "2025-06-06T17:01:36.3756126+00:00", "BillAmount": 5.0, "Type": "sample string 6", "TypeId": 1, "Status": "sample string 7", "ModifiedName": "sample string 8", "MemberId": "699bc505-14c6-4f82-9361-67ca8933aa70", "Name": "sample string 9", "PhoneNo": "sample string 10", "XmlData": "sample string 11", "InsuranceId": "bcbc7d75-5e03-471b-ba6d-8be18bc24481" } ], "AlternateNumber": "sample string 16" } ]