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": "705b074e-b86f-4047-b6e0-fb5bb8f8b2a3",
"DispatchLocationId": "91ca25aa-bc94-4273-af16-c18fd23d6ad2",
"WarehouseId": "9c8adfe3-7ae1-4e0e-ba61-983ae0590220",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "7ca2fed5-28e7-469b-9bb8-0e2a0faf19f6",
"ActyId": "8b4adb7a-bcd5-41cf-a907-70a9b7c8f0ec",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "f7fe71a1-3253-42ff-989c-cdc58df9178c"
},
{
"Id": "705b074e-b86f-4047-b6e0-fb5bb8f8b2a3",
"DispatchLocationId": "91ca25aa-bc94-4273-af16-c18fd23d6ad2",
"WarehouseId": "9c8adfe3-7ae1-4e0e-ba61-983ae0590220",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "7ca2fed5-28e7-469b-9bb8-0e2a0faf19f6",
"ActyId": "8b4adb7a-bcd5-41cf-a907-70a9b7c8f0ec",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "f7fe71a1-3253-42ff-989c-cdc58df9178c"
}
]