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": "458b3513-fed3-424f-bf7d-261ab3ce0eb7",
"DispatchLocationId": "4f22edbc-a3af-4b56-a84f-0d0479db0241",
"WarehouseId": "9b2f3a8c-cee2-4485-b383-7475d17ac800",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "6baa4f18-cd91-4c1f-9259-d3ae3277bbb6",
"ActyId": "60ea6faa-2309-4736-ade8-35d5a83c221b",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "c845fcc3-fbbf-431c-93b4-20ead26a6bdb"
}