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": "7d37df4d-8b66-44a9-a1b1-b024ff199b87",
"DispatchLocationId": "99dd4db0-88ed-4518-83f9-1b622fe613e5",
"WarehouseId": "4be76476-e551-436d-af9f-b64665a9a7f1",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "49fceeff-8c8b-4740-b4e9-d7e76e28c6a7",
"ActyId": "83565916-d307-4a88-9569-1a5bf6d7b256",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "37123e6d-548d-4985-a2c2-7f504a000a90"
},
{
"Id": "7d37df4d-8b66-44a9-a1b1-b024ff199b87",
"DispatchLocationId": "99dd4db0-88ed-4518-83f9-1b622fe613e5",
"WarehouseId": "4be76476-e551-436d-af9f-b64665a9a7f1",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "49fceeff-8c8b-4740-b4e9-d7e76e28c6a7",
"ActyId": "83565916-d307-4a88-9569-1a5bf6d7b256",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "37123e6d-548d-4985-a2c2-7f504a000a90"
}
]