Invoice
Get a single invoice
Get invoice data by id
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Required range:
x > 0
Example:
1
Response
200 - application/json
Object with invoice data.
Invoice id
Required range:
x > 0
Example:
1
Invoice number
Example:
"INV-0001"
Invoice issue date time
Example:
"2023-07-30T09:00:00.000Z"
Invoice due date time
Example:
"2023-07-30T09:00:00.000Z"
The invoice patient id
Required range:
x > 0
Example:
1
The invoice location id
Required range:
x > 0
Example:
1
The invoice practitioner id
Required range:
x > 0
Example:
1
Invoice extra billing info
Example:
"Some extra info"
Invoice subtotal amount
Example:
193.99
Invoice tax status
Available options:
including
, excluding
, no tax
Example:
"excluding"
Invoice tax amount
Example:
0
Invoice total amount
Example:
193.99
Invoice paid amount
Example:
193.99
Invoice status
Available options:
Draft
, Awaiting Payment
, Paid
Example:
"Paid"
Invoice provider numbers
Example:
["Medicare: 12345678"]
Invoice reference
Example:
"Some references"
Invoice description
Example:
"Some description"
Whether the invoice is archvied
Object creation date time
Example:
"2023-07-30T09:00:00.000Z"
Object update date time
Example:
"2023-07-30T09:00:00.000Z"