GET api/Location/Warehouse/{OwnerId}

Get warehouse location list

Request Information

URI Parameters

NameDescriptionTypeAdditional information
OwnerId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Location
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

DispatchLocationId

globally unique identifier

None.

WarehouseId

globally unique identifier

None.

Number

string

None.

Name

string

None.

StoreNo

string

None.

ParentId

globally unique identifier

None.

ActyId

globally unique identifier

None.

ActyDescription

string

None.

InCountingStockOrderId

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "b453ef69-d69e-4539-b74b-eb27da337d68",
    "DispatchLocationId": "a485c847-b408-4a87-bc0b-a1cbe63ccf1b",
    "WarehouseId": "ec62874c-d51e-46f8-993a-7274be7033c2",
    "Number": "sample string 4",
    "Name": "sample string 5",
    "StoreNo": "sample string 6",
    "ParentId": "747ea2f2-5b97-427a-99fb-d4f38dea5e8c",
    "ActyId": "db2b6f35-d2d7-4ae3-af67-8d7149b49a99",
    "ActyDescription": "sample string 9",
    "InCountingStockOrderId": "cebfae9c-ac2a-4c5a-b45c-082ab733bff5"
  },
  {
    "Id": "b453ef69-d69e-4539-b74b-eb27da337d68",
    "DispatchLocationId": "a485c847-b408-4a87-bc0b-a1cbe63ccf1b",
    "WarehouseId": "ec62874c-d51e-46f8-993a-7274be7033c2",
    "Number": "sample string 4",
    "Name": "sample string 5",
    "StoreNo": "sample string 6",
    "ParentId": "747ea2f2-5b97-427a-99fb-d4f38dea5e8c",
    "ActyId": "db2b6f35-d2d7-4ae3-af67-8d7149b49a99",
    "ActyDescription": "sample string 9",
    "InCountingStockOrderId": "cebfae9c-ac2a-4c5a-b45c-082ab733bff5"
  }
]