---
title: "Partially Update Billing Code"
method: PATCH
path: "/api/2.0/billing_codes/{id}/"
tags: ["Billing Codes"]
---

# Partially Update Billing Code

`PATCH /api/2.0/billing_codes/{id}/`

## Path parameters

- `id` integer, required

## Request body

- PatchedCPTCode
  - `charge` string, decimal, nullable — The amount of money that will be charged for the code.
  - `code` string — The code that a user and integrators will see.
  - `description` string — The description of the code that users will see.
  - `id` integer — The internal elation id of the billing code.
  - `practice` integer — The practice who created the billing code.
  - `sequence` integer — The position in the list of billing codes.

## Response `200`

- CPTCode
  - `charge` string, decimal, nullable — The amount of money that will be charged for the code.
  - `code` string, required — The code that a user and integrators will see.
  - `description` string, required — The description of the code that users will see.
  - `id` integer — The internal elation id of the billing code.
  - `practice` integer, required — The practice who created the billing code.
  - `sequence` integer — The position in the list of billing codes.

---

[API](https://skmtc.dev/elationhealth/apis/billing-api.md) · [All operations](https://skmtc.dev/elationhealth/apis/billing-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/elationhealth/billing-api/revisions/0acfdeb9bd9b/schema)
