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": "47434fd0-7def-4f9f-b77c-11e96457dd5e",
"DispatchLocationId": "835a4d38-6fc9-4904-ba69-6d7c5957b932",
"WarehouseId": "d81cec51-4899-4e81-bab2-5b174368af6e",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "dc8117c4-a314-4cf9-8fe6-ccc714154d89",
"ActyId": "3fd090c0-eb6b-4ecb-ad68-eb73a0353bc5",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "13d535f4-81c1-4f24-90d0-5c4baad524fb"
},
{
"Id": "47434fd0-7def-4f9f-b77c-11e96457dd5e",
"DispatchLocationId": "835a4d38-6fc9-4904-ba69-6d7c5957b932",
"WarehouseId": "d81cec51-4899-4e81-bab2-5b174368af6e",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "dc8117c4-a314-4cf9-8fe6-ccc714154d89",
"ActyId": "3fd090c0-eb6b-4ecb-ad68-eb73a0353bc5",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "13d535f4-81c1-4f24-90d0-5c4baad524fb"
}
]