GET api/Bill/getheader/{patientid}/{patientname}/{phoneno}/{accountid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
patientid

string

Required

patientname

string

Required

phoneno

string

Required

accountid

string

Required

Body Parameters

None.

Response Information

Resource Description

BillSearchModel
NameDescriptionTypeAdditional 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.

Email

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": "e1931264-bb3f-4124-bb1c-6416235c9ee8",
  "Name": "sample string 1",
  "PatientNo": "sample string 2",
  "Gender": "sample string 3",
  "DOB": "2024-07-05T16:53:53.0082812-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": "2024-07-05T16:53:53.0082812-05:00",
  "Balance": 10.0,
  "Unbilled": 11.0,
  "Advance": 12.0,
  "MemberId": "49ea4d18-47a2-4aa9-9d54-87c4cf5f10c6",
  "LocationId": "f2327e8d-f295-4373-80b5-9c55fed32d72",
  "BillDate": "2024-07-05T16:53:53.0082812-05:00",
  "BillAmount": 13.0,
  "PaidAmount": 14.0,
  "UnbilledAmount": 15.0,
  "TotalCount": 1,
  "Bills": [
    {
      "StatusId": 1,
      "Id": "34cea841-f591-45df-ae7f-816ce9712f2e",
      "BillNo": "sample string 3",
      "BillDate": "2024-07-05T16:53:53.0133311-05:00",
      "BillAmount": 5.0,
      "Type": "sample string 6",
      "TypeId": 1,
      "Status": "sample string 7",
      "ModifiedName": "sample string 8",
      "MemberId": "d4cace8a-249b-4396-826e-962b4db08686",
      "Name": "sample string 9",
      "PhoneNo": "sample string 10",
      "XmlData": "sample string 11",
      "InsuranceId": "3e90d8a4-9eea-4bcd-a46d-7eb2f7b08b22"
    },
    {
      "StatusId": 1,
      "Id": "34cea841-f591-45df-ae7f-816ce9712f2e",
      "BillNo": "sample string 3",
      "BillDate": "2024-07-05T16:53:53.0133311-05:00",
      "BillAmount": 5.0,
      "Type": "sample string 6",
      "TypeId": 1,
      "Status": "sample string 7",
      "ModifiedName": "sample string 8",
      "MemberId": "d4cace8a-249b-4396-826e-962b4db08686",
      "Name": "sample string 9",
      "PhoneNo": "sample string 10",
      "XmlData": "sample string 11",
      "InsuranceId": "3e90d8a4-9eea-4bcd-a46d-7eb2f7b08b22"
    }
  ],
  "AlternateNumber": "sample string 16"
}