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": "e977718f-b07a-40a8-bf08-72665b77a0f7",
"DispatchLocationId": "f864006b-7ac8-441c-9e44-daf9049b1c30",
"WarehouseId": "a9fde145-99ed-4dea-9dbf-d60ed77910b4",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "47d26bf9-b0cf-4caf-a097-622b8e53c771",
"ActyId": "19f24df2-df27-4e13-b7fb-6d16a0795659",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "9f6e58e2-8288-4ef6-b6fc-df359ab4c343"
},
{
"Id": "e977718f-b07a-40a8-bf08-72665b77a0f7",
"DispatchLocationId": "f864006b-7ac8-441c-9e44-daf9049b1c30",
"WarehouseId": "a9fde145-99ed-4dea-9dbf-d60ed77910b4",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "47d26bf9-b0cf-4caf-a097-622b8e53c771",
"ActyId": "19f24df2-df27-4e13-b7fb-6d16a0795659",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "9f6e58e2-8288-4ef6-b6fc-df359ab4c343"
}
]