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