Skip to main content
POST
Get one invoice line

Authorizations

Authorization
string
header
required

Authorization: Bearer <api key>. The key resolves to your organization; every response is scoped to it. An organization field in the request body is optional, but if present it must match, or the request is rejected.

Body

application/json
id
string
required
organization
string

Optional. If present, must match the organization your API key resolves to, or the request is rejected with 400.

Response

One invoice line.

pet and subscription fall back to the parent invoice's, then (for subscription) to the resolved pet's active subscription, when the line itself is blank.

id
string
pet
string
subscription
string
clinic_id
string
invoice
string
invoice_pims_id
string
invoice_line_pims_id
string
product
string
product_code
string
is_payment
boolean
total
number<double>
discounted_total
number<double>
quantity
number<double>
tip_amount
number<double>
created_at
string<date-time>
updated_at
string<date-time>
is_deleted
boolean | null