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": "4b4e8cb5-e2f2-4d11-8b25-82d63181e4d7",
"DispatchLocationId": "bd3babae-e544-4ca8-89fd-7880af0e4f96",
"WarehouseId": "18d5e8fc-6698-4477-b09b-95ce58e99872",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "084ee027-ca11-465e-9993-82b146b18582",
"ActyId": "fd079cc7-cb60-4763-9d9f-9c632b3e3dda",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "05c2a535-b334-4d13-97ec-fda5fbb97e0c"
}