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": "a5d75b52-ac96-4f56-8b20-f78d2e33a0eb",
"DispatchLocationId": "5b3277fb-eb73-49ba-82dd-bc8ca2d3b1a2",
"WarehouseId": "e7bf6252-0aa8-4d38-91c9-217bd6cda9e2",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "61b6b064-91c3-4540-a822-727752d050c1",
"ActyId": "cf5611dc-2dbc-4e4e-a905-28296ed3b597",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "428852aa-4b74-4b5f-bf53-86101bf935e4"
},
{
"Id": "a5d75b52-ac96-4f56-8b20-f78d2e33a0eb",
"DispatchLocationId": "5b3277fb-eb73-49ba-82dd-bc8ca2d3b1a2",
"WarehouseId": "e7bf6252-0aa8-4d38-91c9-217bd6cda9e2",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "61b6b064-91c3-4540-a822-727752d050c1",
"ActyId": "cf5611dc-2dbc-4e4e-a905-28296ed3b597",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "428852aa-4b74-4b5f-bf53-86101bf935e4"
}
]