Delete Store-in

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

Key StoreIn.delete · API version 2.0.0

Parameters

2 body parameters inside data[]
FieldTypeDescription
numStringDocument #
annul_descriptionStringDescription of cancelation

Request example

Delete StoreIn:
{
   "data" : [
      {
         "annul_description" : "Test for Delete StoreIn STI1000115",
         "num" : "STI1000115"
      }
   ]
}

cURL

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

Response example