curl --request PUT \
--url https://api.decodahealth.com/billing/invoice/{invoice_id} \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"method": "CHARGE_CARD",
"sendTime": "2023-11-07T05:31:56Z"
}
'truecurl --request PUT \
--url https://api.decodahealth.com/billing/invoice/{invoice_id} \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"method": "CHARGE_CARD",
"sendTime": "2023-11-07T05:31:56Z"
}
'trueThe tenant you are making this request on behalf of
Your api key
Successful Response
The response is of type boolean.