v2

latestOpenAPI 3.0.32026-08-07222102695.9 KB
Concession Price

Create concession price

post/concession_prices

Request body

billable_item_idstring int64

billable item id

concession_type_idstring int64

concession type id

pricestring decimal nullable

Example request

{
  "billable_item_id": "1",
  "concession_type_id": "1"
}

Response

Resource was created

created_atstring date-time
idstring int64
pricestring decimal nullable
updated_atstring date-time

Example response

{
  "billable_item": {
    "links": {
      "self": "https://api.au1.cliniko.com/v1/billable_items/1"
    }
  },
  "concession_type": {
    "links": {
      "self": "https://api.au1.cliniko.com/v1/concession_types/1"
    }
  },
  "links": {
    "self": "https://api.au1.cliniko.com/v1/concession_prices/1"
  }
}