---
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.net/elationhealth/apis/api-authentication.md) · [All operations](https://skmtc.net/elationhealth/apis/api-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elationhealth/api-authentication/versions/c060f89d4de7/schema)
