post https://secure.fusebill.com/v1/draftInvoices/uncancel/
This request reverses a cancelled invoice back to draft.
URL Parameters
Property | Type | Description | Required |
---|---|---|---|
Id | Integer | ID that uniquely identifies the cancelled draft invoices to be set back to draft. | Yes |
Request Parameters
Examples
curl –X POST https://secure.fusebill.com/v1/draftInvoices/uncancel/{Id}\
-H "Content-Type: application/json" \
-H "Authorization: Basic {APIKey}" \
-d "{}"
Response
Upon success this call returns 204 No Content
{
"ErrorId": 0,
"HttpStatusCode": 404,
"Errors": [
{
"Key": "Api Error",
"Value": "Invoice id 2 not found."
}
]
}