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": "2e7d5046-e0a5-49ac-8e75-58abad828f64",
"DispatchLocationId": "84613708-8b86-4d2b-893c-280a8215ac86",
"WarehouseId": "63deaaf9-5bdc-4436-a791-a3889525ac67",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "f3444074-4eae-4f0f-9822-113176e94035",
"ActyId": "4c0bc2e0-7500-4edf-87ca-42b6e268d721",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "c8695304-042f-4fca-aa14-c0b59ee25a54"
}