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": "8536b2ac-5df5-47fd-ba47-628857aeec82",
"DispatchLocationId": "b3a63b61-a310-4944-971b-31a00ca5cde0",
"WarehouseId": "e1332cb0-7539-4c4b-ae24-6a8d28e86aca",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "9a0d93e0-f1ae-4d5d-bbf0-23db23d695eb",
"ActyId": "0b4c3e4b-9ced-4848-b91a-3594d71f009b",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "1f8cbbd5-b4fe-456d-8695-6f63a54212ce"
}