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": "e0a36675-91e4-49a4-8b22-e4136cfb6dd2",
"DispatchLocationId": "1d96a64b-dae1-4ccd-baf4-76c54102b0b8",
"WarehouseId": "c58fb265-20bc-4e26-b792-84b02842641f",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "e87914fa-204a-49cb-acae-9b84a241f673",
"ActyId": "176f49c5-811d-4eb3-ba6e-5a599fee8764",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "bf35697f-7889-42f6-a36e-c23d03cf828b"
},
{
"Id": "e0a36675-91e4-49a4-8b22-e4136cfb6dd2",
"DispatchLocationId": "1d96a64b-dae1-4ccd-baf4-76c54102b0b8",
"WarehouseId": "c58fb265-20bc-4e26-b792-84b02842641f",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "e87914fa-204a-49cb-acae-9b84a241f673",
"ActyId": "176f49c5-811d-4eb3-ba6e-5a599fee8764",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "bf35697f-7889-42f6-a36e-c23d03cf828b"
}
]