Cancellation of the financial document
This endpoint is deprecated.
POST
/api/RPC.common.Api.FinDoc.annulFinDoc?token=<TOKEN>Parameters
| Field | Type | Description |
|---|---|---|
num | String | Document # |
annul_description | String | Description of cancelation |
Request example
Annul Invoice:
{
"data" : [
{
"annul_description" : "Test for Annul Invoice 9087979087908",
"num" : 9087979087908
}
]
}cURL
Annul Invoice:
curl -X POST -H 'Content-Type: application/json; charset=utf-8' -d '{ "data" : [ { "annul_description" : "Test for Annul Invoice 9087979087908", "num" : 9087979087908 } ]}' "https://<DOMAIN_NAME>/api/RPC.common.Api.FinDoc.annulFinDoc?token=<TOKEN>"Response example