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": "6d0fa8e1-07cc-445a-81a2-01aa9363b3b7",
"DispatchLocationId": "419e7c2c-13b3-45a2-a4f7-bfcf123e070d",
"WarehouseId": "67babea0-06aa-47d5-b212-494dce6883d7",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "d6cd7b6c-4b9b-4f87-be27-e375c78c032c",
"ActyId": "52fb877a-82f7-41f2-aa84-533d3d01d7d6",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "886d2846-aed2-497a-a5a1-d874550fad05"
}