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": "08ec3d64-1cea-4753-a616-9f3063412130",
"DispatchLocationId": "7da641ce-73fc-4424-aa4a-a08491c905c8",
"WarehouseId": "919069bf-f5f2-49b5-8903-6882ff62ee35",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "1baecf7c-0cbc-458e-84dc-e1c7c086e58e",
"ActyId": "8b604a93-f01c-4773-9c86-d01919e8a9ac",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "3cc3497a-8bb5-47a9-8644-7a7e011a076c"
}