Skip to main content
GET
Retrieve invoice

Authorizations

api_key
string
header
required

Path Parameters

invoiceId
integer
required

Invoice ID

Example:

68528723792

Response

Successful operation

Billing statement for a patient's prescription or hospital services.

patientId
integer<int64>
required

Unique identifier for the patient being invoiced.

Example:

234796

medicine
string
required

Name of the billed medicine.

Example:

"Dolo 650"

name
string

Full or registered name of the patient.

Example:

"Subin"

age
integer<int64>

Current age of the patient in years.

Example:

100

invoiceDate
string

Date when the invoice was generated (DD/MM/YYYY).

Example:

"01/03/2024"

gender
string

Gender of the patient.

Example:

"Male"

phone
integer<int64>

Primary contact phone number for the patient.

Example:

9876543210

email
string

Primary email address for the patient.

Example:

"abc@example.com"

companyaddress
string

Registered address of the issuing healthcare facility.

Example:

"Bangalore, India"

dosage
string

Billed dosage of the medicine.

Example:

"650 mg"

price
integer

Total billed amount for the medicine.

Example:

1000

currency
string

Currency code for the billed amount.

Example:

"INR"