GET api/OrderMangmnt/GetBoxRange
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Cls_BoxRange| Name | Description | Type | Additional information |
|---|---|---|---|
| BoxRangeID | integer |
None. |
|
| BoxRange | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"BoxRangeID": 1,
"BoxRange": 2
},
{
"BoxRangeID": 1,
"BoxRange": 2
}
]