GET api/OrderMangmnt/GetBoxRange

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Cls_BoxRange
NameDescriptionTypeAdditional information
BoxRangeID

integer

None.

BoxRange

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "BoxRangeID": 1,
    "BoxRange": 2
  },
  {
    "BoxRangeID": 1,
    "BoxRange": 2
  }
]