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": "ad354a8c-592f-4c92-b6df-65e5952c33f0",
"DispatchLocationId": "5d7a329c-ab26-4769-b3af-c11ebb4a7fd7",
"WarehouseId": "dd459be1-8143-4b8b-9a3b-ade8aed87fa7",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "416bdb73-8496-457c-b99f-5a9168d41fbe",
"ActyId": "04b69402-5fd2-4b4f-aa75-686f77452005",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "7856c0c7-dbea-466c-86fa-a91532a19826"
},
{
"Id": "ad354a8c-592f-4c92-b6df-65e5952c33f0",
"DispatchLocationId": "5d7a329c-ab26-4769-b3af-c11ebb4a7fd7",
"WarehouseId": "dd459be1-8143-4b8b-9a3b-ade8aed87fa7",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "416bdb73-8496-457c-b99f-5a9168d41fbe",
"ActyId": "04b69402-5fd2-4b4f-aa75-686f77452005",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "7856c0c7-dbea-466c-86fa-a91532a19826"
}
]