GET api/Orders/GetOrderStatusList
Get order status list
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of OrderStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderStatusId |
Order stattus Id |
integer |
None. |
| OrderStatusName |
Order status name |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"orderStatusId": 2,
"orderStatusName": "Processing"
},
{
"orderStatusId": 11,
"orderStatusName": "Issued"
}
]