Skip to main content
POST
Create Superbill

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

patient_id
string
required

Body

application/json
chargeIds
string[]
required
name
string | null
eventId
string | null
eventIds
string[]
coverageIds
string[]
noteId
string | null

Response

Successful Response

Full Super Bill row + the aggregated editor context.

charges carries the full ChargeDetailWithItems for each linked charge so the editor can render service-line cards across charges. context carries the aggregated patient/event/insurance/note-codes the editor needs.

id
string
required
patientId
string
required
createdDate
string<date-time>
required
charges
ChargeDetailWithItems · object[]
required
context
SuperbillContext · object
required

Autofill data for the superbill page: event details + insurance + guarantor.

If staff has previously saved a draft for this charge, saved_payload carries their last-known values so the page can hydrate the editor (overrides autofill).

eventId
string | null
name
string | null
updatedDate
string<date-time> | null