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