cURL
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
The tenant you are making this request on behalf of
Your api key
Schema for editing charge details including description, external_created_date, and comment
Description of the charge.
The creation date of the charge in your external system, if applicable.
Any additional comments about the charge.
Successful Response
The response is of type boolean.
boolean