POST Order/deleterow?orderrowid={orderrowid}
Delete an order row.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
orderrowid |
The order row ID |
decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
True or False based on the operation success or failure
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>