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": "21c46b6d-c17a-48d3-96c1-23ac6129b9a4",
"DispatchLocationId": "678fe1c0-3dda-4be9-810b-adb33b83881d",
"WarehouseId": "afbee324-2e83-4430-a395-1b9bfb134d65",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "58b56248-8fcf-4417-9bf7-5bfcc90ede45",
"ActyId": "27f2c127-66ad-4ab0-bbda-4815d4af088b",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "accc9dea-15c8-4aed-ba69-ae5d05adc3f5"
},
{
"Id": "21c46b6d-c17a-48d3-96c1-23ac6129b9a4",
"DispatchLocationId": "678fe1c0-3dda-4be9-810b-adb33b83881d",
"WarehouseId": "afbee324-2e83-4430-a395-1b9bfb134d65",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "58b56248-8fcf-4417-9bf7-5bfcc90ede45",
"ActyId": "27f2c127-66ad-4ab0-bbda-4815d4af088b",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "accc9dea-15c8-4aed-ba69-ae5d05adc3f5"
}
]