Delete store-out
This endpoint is deprecated.
POST
/api/RPC.common.Api.StoreOut.delete?token=<TOKEN>Parameters
| Field | Type | Description |
|---|---|---|
num | String | Document # |
annul_description | String | Description 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