GET api/InternalApp/GetLocations
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of StockLocation| Name | Description | Type | Additional information |
|---|---|---|---|
| StockLocationId | globally unique identifier |
None. |
|
| LocationName | string |
None. |
|
| IsFulfillmentCenter | boolean |
None. |
|
| LocationTag | string |
None. |
|
| BinRack | string |
None. |
|
| IsWarehouseManaged | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"stockLocationId": "51c0f924-8b60-4e4a-a836-45eefb5442a4",
"locationName": "sample string 2",
"isFulfillmentCenter": true,
"locationTag": "sample string 4",
"binRack": "sample string 5",
"isWarehouseManaged": true
},
{
"$ref": "1"
}
]