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