Skip to main content
POST
List invoice lines

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
organization
string

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

limit
integer<int32>
default:100
offset
integer<int32>
default:0
id
string
clinic
string
subscription
string
product_code
string
invoice_pims_id
string
spanner_invoice_line_id
string
include_deleted
boolean
default:false
modified_since
string<date-time>
created_at_since
string<date-time>
updated_at_since
string<date-time>

Response

A list of invoice lines.

body
object[]