Complete cancellation of transfer

This endpoint is deprecated.
POST/api/RPC.common.Api.Move.fullAnnulMove?token=<TOKEN>

Key Move.fullAnnulMove · API version 2.0.0

Parameters

4 body parameters inside data[]
FieldTypeDescription
idrequiredStringID of transfer
numrequiredStringNumber of transfer
annul_descriptionStringDescription of cancelation
delete_baseBooleanDelete the transfer

Request example

Complete Annul Move:
{
   "data" : [
      {
         "annul_description" : "Test for Complete Annul Move STM0000038",
         "num" : "STM0000038"
      }
   ]
}

cURL

Complete Annul Move:
curl -X POST -H 'Content-Type: application/json; charset=utf-8' -d '{   "data" : [      {         "annul_description" : "Test for Complete Annul Move STM0000038",         "num" : "STM0000038"      }   ]}' "https://<DOMAIN_NAME>/api/RPC.common.Api.Move.fullAnnulMove?token=<TOKEN>"

Response example