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": "b0a36332-079b-4c4d-bf13-27a392e29a4b",
"DispatchLocationId": "9e227cd5-b9a8-4d3f-a1ee-91ad35a19040",
"WarehouseId": "30594817-7609-43ee-a63b-f0d0cdf5fe64",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "a00e15c6-4de0-4fc1-b92e-dd2e21b0eb66",
"ActyId": "168258de-ef09-4e89-aff3-1c419354bb7d",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "8dc716d8-7562-4dcb-9318-ef11fc6b5033"
},
{
"Id": "b0a36332-079b-4c4d-bf13-27a392e29a4b",
"DispatchLocationId": "9e227cd5-b9a8-4d3f-a1ee-91ad35a19040",
"WarehouseId": "30594817-7609-43ee-a63b-f0d0cdf5fe64",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "a00e15c6-4de0-4fc1-b92e-dd2e21b0eb66",
"ActyId": "168258de-ef09-4e89-aff3-1c419354bb7d",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "8dc716d8-7562-4dcb-9318-ef11fc6b5033"
}
]