GET api/Location/DispatchLocation/{OwnerId}
Get dipatchlocation 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": "cfb85db3-a5f7-48a5-9ebd-58e6e7caae4f",
"DispatchLocationId": "f6040cc8-340e-4b6d-99ba-bb1388ba1281",
"WarehouseId": "8da5e4d4-fab8-40a6-a5f7-7f6950e34a37",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b3f1e6d5-746d-466b-828b-80c80177bf99",
"ActyId": "3d60a086-442f-4027-960c-6d608a406314",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "0ae7e7e1-25b9-45d9-ab59-6fbf52c24919"
},
{
"Id": "cfb85db3-a5f7-48a5-9ebd-58e6e7caae4f",
"DispatchLocationId": "f6040cc8-340e-4b6d-99ba-bb1388ba1281",
"WarehouseId": "8da5e4d4-fab8-40a6-a5f7-7f6950e34a37",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b3f1e6d5-746d-466b-828b-80c80177bf99",
"ActyId": "3d60a086-442f-4027-960c-6d608a406314",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "0ae7e7e1-25b9-45d9-ab59-6fbf52c24919"
}
]