Update CustomerInvoiceCharge

Only the fields that are editable in the invoice's current status are applied. Fields that
are not editable are ignored without an error: the response is 200 and shows the unchanged
values, so compare the returned charge with what you sent.
While the invoice is draft, every field is editable. Once the invoice has been issued,
quantity, price_in_cents, name, and charge_item are ignored. description and
taxable are always applied. patient, practitioner, category, location, and date
are applied only while the charge's reporting period is unlocked.
price_in_cents is also ignored on a draft invoice when the charge carries a coverage
discount or is a package or prepaid item. Delete and re-create the charge to reprice it.

Path Params
string
required

Unique Customer Invoice ID

string
required

Unique Customer Invoice Charge ID

Body Params
double

Applied only while the invoice is draft.

double

Applied only while the invoice is draft and the charge has no coverage discount and is not a package or prepaid item.

string

Applied only while the invoice is draft.

string
boolean
date
patient
object
practitioner
object
category
object
charge_item
object
location
object

Updating the invoice's location later will overwrite this value.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json