curl --request PUT \
--url https://api.decodahealth.com/billing/invoice/execute-action \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"invoiceSetIds": [
"<string>"
],
"actionType": "resume",
"ruleSetId": "<string>",
"writeOffReason": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request PUT \
--url https://api.decodahealth.com/billing/invoice/execute-action \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"invoiceSetIds": [
"<string>"
],
"actionType": "resume",
"ruleSetId": "<string>",
"writeOffReason": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}The tenant you are making this request on behalf of
Your api key
Successful Response