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": "800ac44c-78ee-4134-ab87-ed9e8202f2c6",
"DispatchLocationId": "d0072486-030d-4f14-88da-a9aa00553b7a",
"WarehouseId": "7d8cef50-f24f-45e4-82ec-273d9119133d",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "5b45da7f-e30c-4d76-8383-83f40e9b963c",
"ActyId": "1313a13e-e46c-498c-8731-7844a757f625",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "645bef89-aca1-4862-b959-9a3a153cd6ee"
},
{
"Id": "800ac44c-78ee-4134-ab87-ed9e8202f2c6",
"DispatchLocationId": "d0072486-030d-4f14-88da-a9aa00553b7a",
"WarehouseId": "7d8cef50-f24f-45e4-82ec-273d9119133d",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "5b45da7f-e30c-4d76-8383-83f40e9b963c",
"ActyId": "1313a13e-e46c-498c-8731-7844a757f625",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "645bef89-aca1-4862-b959-9a3a153cd6ee"
}
]