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": "4f241aa5-c692-40df-80bb-01540e9c4516",
"DispatchLocationId": "943c1aa1-1bb0-46f7-a348-849de3c9ee10",
"WarehouseId": "ded2cacc-b06a-4f41-881a-53a29c812d9a",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "a12d8f6e-1d19-4912-8aac-e7687f67ffdf",
"ActyId": "cd705db4-2829-4076-a1b5-efa7bb9d2296",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "79d21924-5984-453a-a0bd-c7f020ea1b12"
},
{
"Id": "4f241aa5-c692-40df-80bb-01540e9c4516",
"DispatchLocationId": "943c1aa1-1bb0-46f7-a348-849de3c9ee10",
"WarehouseId": "ded2cacc-b06a-4f41-881a-53a29c812d9a",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "a12d8f6e-1d19-4912-8aac-e7687f67ffdf",
"ActyId": "cd705db4-2829-4076-a1b5-efa7bb9d2296",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "79d21924-5984-453a-a0bd-c7f020ea1b12"
}
]