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": "13a0728e-acb5-4a31-9a64-fe81429989b8",
"DispatchLocationId": "14d13e9b-ad68-4602-844a-974220261e4f",
"WarehouseId": "b9207bb7-3b27-4ef6-89cc-159449ef3e1e",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "e72413a5-7d38-465c-a909-d71645884d70",
"ActyId": "0b36c5d4-1998-497e-9aab-206be308597b",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "337a5199-cfa9-493c-95c5-110e76474a4a"
}