GET api/InternalApp/GetLocations

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of StockLocation
NameDescriptionTypeAdditional 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": "51dc92dd-04d0-46db-9ec1-5672219fe73a",
    "locationName": "sample string 2",
    "isFulfillmentCenter": true,
    "locationTag": "sample string 4",
    "binRack": "sample string 5",
    "isWarehouseManaged": true
  },
  {
    "$ref": "1"
  }
]