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": "15ad3ad8-18a2-4fdd-8bb7-a100132fe355",
"DispatchLocationId": "333159f0-4164-4ce0-97e2-218e628a89c5",
"WarehouseId": "725f43f9-6f09-4910-9756-1779682b21c0",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "3bd479bc-0cb0-4149-bd7a-f0593ab533a9",
"ActyId": "3e37bd05-7308-4754-b440-11cd68fe1194",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "4460887d-9b4e-4924-8efc-f87950895643"
},
{
"Id": "15ad3ad8-18a2-4fdd-8bb7-a100132fe355",
"DispatchLocationId": "333159f0-4164-4ce0-97e2-218e628a89c5",
"WarehouseId": "725f43f9-6f09-4910-9756-1779682b21c0",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "3bd479bc-0cb0-4149-bd7a-f0593ab533a9",
"ActyId": "3e37bd05-7308-4754-b440-11cd68fe1194",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "4460887d-9b4e-4924-8efc-f87950895643"
}
]