v2

latestOpenAPI 3.0.32026-08-07222102695.9 KB
Billable Item

Update billable item

patch/billable_items/{id}

Path parameters

idstring int64 required

Request body

item_codestring nullable
item_type'Product' | 'Service' | 'Other'
namestring
pricestring decimal
tax_idstring int64

tax id

Example request

{
  "tax_id": "1"
}

Response

Resource was updated

archived_atstring date-time nullable
created_atstring date-time
idstring int64
item_codestring nullable
item_type'Product' | 'Service' | 'Other'
namestring
pricestring decimal
updated_atstring date-time

Example response

{
  "concession_prices": {
    "links": {
      "self": "https://api.au1.cliniko.com/v1/concession_prices?q%5B%5D=billable_item_id%3A%3D1"
    }
  },
  "links": {
    "self": "https://api.au1.cliniko.com/v1/billable_items/1"
  },
  "tax": {
    "links": {
      "self": "https://api.au1.cliniko.com/v1/taxes/1"
    }
  }
}