GET api/Location/Wagon/{OwnerId}
Get wagon 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": "0ab398b0-fbcf-4c0d-b9e3-aced59f14d29",
"DispatchLocationId": "e9efd655-2961-48b1-9c11-df3eb367d8fa",
"WarehouseId": "a5ce5af6-a406-4bd4-a3ba-065ff0307a1b",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "3441f7e9-96d0-4607-abd1-def22936ffc4",
"ActyId": "c4e6252b-8dd9-49b5-b43f-e79b47bbfae9",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "e7b0e064-e13f-4482-ad68-7c6f93b83c67"
},
{
"Id": "0ab398b0-fbcf-4c0d-b9e3-aced59f14d29",
"DispatchLocationId": "e9efd655-2961-48b1-9c11-df3eb367d8fa",
"WarehouseId": "a5ce5af6-a406-4bd4-a3ba-065ff0307a1b",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "3441f7e9-96d0-4607-abd1-def22936ffc4",
"ActyId": "c4e6252b-8dd9-49b5-b43f-e79b47bbfae9",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "e7b0e064-e13f-4482-ad68-7c6f93b83c67"
}
]