Delete store-out

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

Key StoreOut.delete · API version 2.0.0

Parameters

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

Request example

Delete StoreOut:
{
   "data" : [
      {
         "annul_description" : "Test for Delete StoreOut STO1000446",
         "num" : "STO1000446"
      }
   ]
}

cURL

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

Response example