DELETE api/weborder/orderno/{orderNo}
Provides a true/false on deletion of a web order, given an OrderNo.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
orderNo |
The web order number of the web order to delete. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Bool
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>