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": "36b98234-f1c1-4b93-af2a-a484790ac31a",
"DispatchLocationId": "bc2943fe-b2b0-4837-ab5a-fb761bc9c89d",
"WarehouseId": "a1c4f443-8dc0-4216-ae69-555a565987c5",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "ce65aff2-b4bb-4d1b-9904-4a94a62dc595",
"ActyId": "7ce64b20-64ca-4aee-a9bc-2445d0f18004",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "551b7e7e-a1fa-4796-8744-f91cc997b1ce"
},
{
"Id": "36b98234-f1c1-4b93-af2a-a484790ac31a",
"DispatchLocationId": "bc2943fe-b2b0-4837-ab5a-fb761bc9c89d",
"WarehouseId": "a1c4f443-8dc0-4216-ae69-555a565987c5",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "ce65aff2-b4bb-4d1b-9904-4a94a62dc595",
"ActyId": "7ce64b20-64ca-4aee-a9bc-2445d0f18004",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "551b7e7e-a1fa-4796-8744-f91cc997b1ce"
}
]