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": "0fe2516d-371d-49a2-85a3-2b0f21e496e7",
"DispatchLocationId": "d67231d7-03c7-463b-bcd5-9219fc07a3ad",
"WarehouseId": "8796adcf-4f3f-4e6d-b9b5-6b0f88960bd0",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "933c9d68-e8ee-4238-80cf-8043ccb3c10a",
"ActyId": "b6ff48d9-4c65-4626-b7c6-8c33f6ab4e28",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "f7beb26f-fc1d-4343-b134-12383ebdfcb4"
},
{
"Id": "0fe2516d-371d-49a2-85a3-2b0f21e496e7",
"DispatchLocationId": "d67231d7-03c7-463b-bcd5-9219fc07a3ad",
"WarehouseId": "8796adcf-4f3f-4e6d-b9b5-6b0f88960bd0",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "933c9d68-e8ee-4238-80cf-8043ccb3c10a",
"ActyId": "b6ff48d9-4c65-4626-b7c6-8c33f6ab4e28",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "f7beb26f-fc1d-4343-b134-12383ebdfcb4"
}
]