Skip to main content
POST
/
billing
/
charge
/
update-details
/
{id}
Update Charge Details
curl --request POST \
  --url https://api.decodahealth.com/billing/charge/update-details/{id} \
  --header 'API-KEY: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'TENANT: <tenant>' \
  --data '
{
  "description": "<string>",
  "externalCreatedDate": "2023-11-07T05:31:56Z",
  "comment": "<string>"
}
'
true

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

id
string
required

Body

application/json

Schema for editing charge details including description, external_created_date, and comment

description
string | null

Description of the charge.

externalCreatedDate
string<date-time> | null

The creation date of the charge in your external system, if applicable.

comment
string | null

Any additional comments about the charge.

Response

Successful Response

The response is of type boolean.