The InvoiceLine resource represents a single fee line on a Halaxy invoice, detailing an individual service, product or charge billed to the patient or organization.
Use this API to list all invoice lines or retrieve a specific invoice line to access information such as item descriptions, quantities, pricing and associated invoice IDs.
Endpoints
Endpoint
Operation
Description
GET/main/InvoiceLine
List InvoiceLines
Retrieve a list or collection of invoice lines
GET/main/InvoiceLine/{id}
Get InvoiceLine
Retrieve an individual invoice line
Schema
Property
Description
id
string
The identifier for this invoice line
resource
The fee (service or product) charged on this invoice line
descriptionstring
The fee name
definitionCanonicalReference(ChargeItemDefinition)
The fee charged on this invoice line in URL reference format
e.g. "/main/ChargeItemDefinition/1234567"