GET api/order/OnlineOrder/OnlineOrderStatus?onlineOrderID={onlineOrderID}

Returns whether an online order is completed already or not.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

boolean

Response Formats

application/xml, text/xml

Sample:
<Boolean>True</Boolean>

application/json, text/json

Sample:
true