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": "51cad38c-576b-431b-9a89-f7ab1472f331",
"DispatchLocationId": "8f51acfe-dacb-49f8-92cf-0f151bb0c26e",
"WarehouseId": "086ee8fd-f05a-422e-b922-27571960d21a",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "a737f526-8a99-4ff6-b35a-31808cc65ac5",
"ActyId": "315d52cb-148c-4c59-9e0c-ea64ced34dd2",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "0c14e381-63ca-4cad-8c77-d5f264ebaaff"
}