---
title: "Create Billing Code"
method: POST
path: "/api/2.0/billing_codes/"
tags: ["Billing Codes"]
---

# Create Billing Code

`POST /api/2.0/billing_codes/`

Create a CPT code that users can add to bills. To view them in the app, go to Practice Settings - Billing.

## Request body

- 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.

## Response `201`

- 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)
