v1

latestOpenAPI 3.1.02026-07-265074203.0 KB
Billing Codes

Create Billing Code

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

post/api/2.0/billing_codes/

Request body

chargestring decimal nullable

The amount of money that will be charged for the code.

codestring required

The code that a user and integrators will see.

descriptionstring required

The description of the code that users will see.

idinteger

The internal elation id of the billing code.

practiceinteger required

The practice who created the billing code.

sequenceinteger

The position in the list of billing codes.

Response

chargestring decimal nullable

The amount of money that will be charged for the code.

codestring required

The code that a user and integrators will see.

descriptionstring required

The description of the code that users will see.

idinteger

The internal elation id of the billing code.

practiceinteger required

The practice who created the billing code.

sequenceinteger

The position in the list of billing codes.