GET api/order/OnlineOrder/OnlineOrderStatus?onlineOrderID={onlineOrderID}
Returns whether an online order is completed already or not.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
onlineOrderID |
The ID of the Online Order |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
True if the Online Order has been completed, False if it's still usable
booleanResponse Formats
application/xml, text/xml
Sample:
<Boolean>True</Boolean>
application/json, text/json
Sample:
true