GET api/Admin/OrderStatus
Returns a list of Order Statuses
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of IOrderStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Description | string |
None. |
|
| Abbreviation | string |
None. |
|
| OrderHTML | string |
None. |
|
| IsOfficial | boolean |
None. |
|
| IsUnofficialVoid | boolean |
None. |
|
| IsUnofficialRetryPayment | boolean |
None. |
|
| IsOfficialNotYetShipped | boolean |
None. |
|
| IsOfficialShipped | boolean |
None. |
|
| IsOfficialEntered | boolean |
None. |
|
| OrderDetailStatusID | integer |
None. |
|
| IsOrderLocked | boolean |
None. |
|
| IsAvailableInAPI | boolean |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.