---
title: "Update billable item"
method: PATCH
path: "/billable_items/{id}"
tags: ["Billable Item"]
---

# Update billable item

`PATCH /billable_items/{id}`

## Path parameters

- `id` string, int64, required

## Request body

- object
  - `item_code` string, nullable
  - `item_type` 'Product' | 'Service' | 'Other'
  - `name` string
  - `price` string, decimal
  - `tax_id` string, int64 — tax id

## Response `200`

Resource was updated

- BillableItem
  - `archived_at` string, date-time, nullable
  - `concession_prices` object
    - `links` object
      - `self` string, uri
  - `created_at` string, date-time
  - `id` string, int64
  - `item_code` string, nullable
  - `item_type` 'Product' | 'Service' | 'Other'
  - `links` object
    - `self` string, uri
  - `name` string
  - `price` string, decimal
  - `tax` object
    - `links` object
      - `self` string, uri
  - `updated_at` string, date-time

## Other responses

- `422` — Resource could not be saved due to validation errors

---

[API](https://skmtc.net/cliniko/apis/cliniko-api.md) · [All operations](https://skmtc.net/cliniko/apis/cliniko-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cliniko/cliniko-api/versions/c129a555ff44/schema)
