v2

latestOpenAPI 3.0.32026-08-07222102695.9 KB
Invoice Item

Get invoice item

get/invoice_items/{id}

Path parameters

idstring int64 required

Query parameters

q[]string[]

Filter result by one or more fields.

See Filtering Results

Available filters:

ValueFormat
archived_atdate-time
deleted_atdate-time

Response

Successful operation

archived_atstring date-time nullable
codestring nullable
concession_type_namestring nullable
created_atstring date-time
deleted_atstring date-time nullable
discount_percentagestring decimal nullable
discounted_amountstring decimal nullable
idstring int64
is_monetary_discountboolean nullable
namestring nullable
net_pricestring decimal nullable
quantitystring decimal
tax_amountstring decimal nullable
tax_namestring nullable
tax_ratestring decimal nullable
total_including_taxnumber nullable
unit_pricestring decimal
updated_atstring date-time

Example response

{
  "billable_item": {
    "links": {
      "self": "https://api.au1.cliniko.com/v1/billable_items/1"
    }
  },
  "invoice": {
    "links": {
      "self": "https://api.au1.cliniko.com/v1/invoices/1"
    }
  },
  "links": {
    "self": "https://api.au1.cliniko.com/v1/invoice_items/1"
  },
  "product": {
    "links": {
      "self": "https://api.au1.cliniko.com/v1/products/1"
    }
  }
}