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": "33eebd68-b286-49ca-97dd-3b22af678bd0",
"DispatchLocationId": "3ce1740b-8892-464a-a732-8f93a794ac63",
"WarehouseId": "1aac38f5-6f54-47e8-9bef-cde0ea37cb54",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "917075c2-b7ed-4a13-bfab-1ac7e012b43a",
"ActyId": "2dd4c7b7-3fe8-4f18-8a30-fcb51a1364db",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "a2807417-83bf-44b3-9376-69b2d3de908b"
}