GET api/Location/All/Id/{LocationId}
Get location by location id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "82191239-8857-4266-b7d3-c0ca27b7d512",
"DispatchLocationId": "644f834f-b8a4-4bd5-b9ed-b322cf0b8b72",
"WarehouseId": "1c6dcd3d-6d9d-4fb0-b546-2d98cc1c9e72",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "91b22ee3-e255-4580-9f85-3b6e56db9586",
"ActyId": "11ea9584-cced-4e24-ba37-1397710ab746",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "771aa25a-2d63-4a6f-b1e9-3d5863ecd2a9"
}