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": "3a672a86-0dcb-45bf-be98-ecb4c12c7944",
"DispatchLocationId": "c1bb7b09-8f0d-4d6c-8909-ff2a8a4d7dbf",
"WarehouseId": "5e420758-3286-4db1-aa96-556705b137e1",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "46b58cec-58c3-44c6-8dd2-a9fbc85fe4cc",
"ActyId": "131ac547-ed7f-42bb-aff3-60a0a49049d4",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "3a41a02e-9f91-4af1-9005-398aa14f9d68"
},
{
"Id": "3a672a86-0dcb-45bf-be98-ecb4c12c7944",
"DispatchLocationId": "c1bb7b09-8f0d-4d6c-8909-ff2a8a4d7dbf",
"WarehouseId": "5e420758-3286-4db1-aa96-556705b137e1",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "46b58cec-58c3-44c6-8dd2-a9fbc85fe4cc",
"ActyId": "131ac547-ed7f-42bb-aff3-60a0a49049d4",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "3a41a02e-9f91-4af1-9005-398aa14f9d68"
}
]