GET api/Location/Warehouse/{OwnerId}
Get warehouse location list
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OwnerId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Location| Name | Description | Type | Additional 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": "c991fd5c-73b3-4386-9b7f-e2f5d201d1eb",
"DispatchLocationId": "c8da122e-7778-420b-a276-5996c800cb94",
"WarehouseId": "bfa2a5b8-0615-4641-a903-ffe684cf7cfb",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "1446b4da-0170-404d-9f4f-40ef6b774561",
"ActyId": "93383138-f95b-491b-93ef-c1227eb7aa0e",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "b7ac5d05-b10c-4136-8892-1136aa4876b2"
},
{
"Id": "c991fd5c-73b3-4386-9b7f-e2f5d201d1eb",
"DispatchLocationId": "c8da122e-7778-420b-a276-5996c800cb94",
"WarehouseId": "bfa2a5b8-0615-4641-a903-ffe684cf7cfb",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "1446b4da-0170-404d-9f4f-40ef6b774561",
"ActyId": "93383138-f95b-491b-93ef-c1227eb7aa0e",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "b7ac5d05-b10c-4136-8892-1136aa4876b2"
}
]