DELETE api/order/{order}?token={token}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| order | No documentation available. |
Define this parameter in the request URI. |
| token | No documentation available. |
Define this parameter in the request URI. |
| canOrder | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"timestamp": "sample string 1",
"customerId": 2,
"regNo": "sample string 3",
"vatNo": "sample string 4"
}
application/xml, text/xml
Sample:
<Order xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SapAlzaAPI.Models.CancelOrder"> <customerId>2</customerId> <regNo>sample string 3</regNo> <timestamp>sample string 1</timestamp> <vatNo>sample string 4</vatNo> </Order>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"errorCode": 1,
"errorMessage": "sample string 2"
}
application/xml, text/xml
Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SapAlzaAPI.Models.CancelOrder"> <errorCode>1</errorCode> <errorMessage>sample string 2</errorMessage> </Response>