Skip to main content
POST
List Invoices

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
organization
string
required
limit
integer<int32>
required
offset
integer<int32>
required
clinic
string
id
string
invoice_pims_id
string
pet_id
string
pet_pims_id
string
created_at_since
string<date-time>
updated_at_since
string<date-time>

Response

200 - application/json

A list of invoices

id
string
organization
string
clinic
string
date
string<date-time>
invoice_lines
string[]
invoice_pims_id
string
pets
string[]
status
string
subscriptions
string[]
subtotal
number<double>
tax
number<double>
total
number<double>