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": "1ee9e25d-93c6-4e9e-8bfd-bad50c858409",
"DispatchLocationId": "cb35891f-f55a-4e13-b76f-26251d52cc7b",
"WarehouseId": "da028e71-82e9-4cd2-b01e-45cf33d682d2",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "5fab0818-3fa6-4cc1-99dd-c596c8d06658",
"ActyId": "e303f945-f43c-43ac-874d-785c33a1c26f",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "ac169371-3862-4cf4-aec2-e1462fb30bf8"
},
{
"Id": "1ee9e25d-93c6-4e9e-8bfd-bad50c858409",
"DispatchLocationId": "cb35891f-f55a-4e13-b76f-26251d52cc7b",
"WarehouseId": "da028e71-82e9-4cd2-b01e-45cf33d682d2",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "5fab0818-3fa6-4cc1-99dd-c596c8d06658",
"ActyId": "e303f945-f43c-43ac-874d-785c33a1c26f",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "ac169371-3862-4cf4-aec2-e1462fb30bf8"
}
]