Method
The method to be called is:
Parameters
In the request headers the Authorization header must have the Access Token:
- Authorization: {{accessToken}}
JSON body
In the body of the POST a JSON structure like this one has to be passed:
{
"document": {
"DOCTYPE": 2,
"DocumentNumber": 123,
"reasonForCancellation": "your reason here"
}
}
Return Information
Any call made to this method will return a JSON information with this structure:
-
If the option value is “0”:
{
"code": 0,
"message": "Document no: 123 was found."
}
-
In case of error:
{
"code": 100,
"message": "Error message"
}
JSON Specification for Annul Cashier VAT Receipt
Document
Name |
Type |
PHC GO Entity |
PHC GO Field |
Observations |
docType1 | Integer | Tsre | ndoc | Type of document to annul
|
documentNumber1 | String | Re | rno | |
reasonForCancellation | String | Re | nullifyReason | |
Footnotes
1 - Required