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": "a2b8c579-eac6-40d2-8a61-0f425417915c",
"DispatchLocationId": "01d151d1-3610-4f81-bb69-6ba05ef6f7ff",
"WarehouseId": "e4273dce-f862-41bb-b265-6d72df6b1ee8",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c708743a-87e9-4bf5-baf9-8a675966bc71",
"ActyId": "61cca2db-a0a4-424e-86dc-1dabe5edd21a",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "f0d16b7d-7336-430b-946c-d1694b06e36c"
},
{
"Id": "a2b8c579-eac6-40d2-8a61-0f425417915c",
"DispatchLocationId": "01d151d1-3610-4f81-bb69-6ba05ef6f7ff",
"WarehouseId": "e4273dce-f862-41bb-b265-6d72df6b1ee8",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c708743a-87e9-4bf5-baf9-8a675966bc71",
"ActyId": "61cca2db-a0a4-424e-86dc-1dabe5edd21a",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "f0d16b7d-7336-430b-946c-d1694b06e36c"
}
]