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": "8134ac81-ce78-42f9-97ee-f416f60cf829",
"DispatchLocationId": "b949f3f0-587d-4758-82d0-83976b7f5174",
"WarehouseId": "7cbd429e-00c1-4b79-ba58-29e99da6caa5",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "1a042497-7fa8-46c3-8dc3-9d8ee6793904",
"ActyId": "1e722082-75fe-4b96-93f4-5f25d60efc73",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "a0abb68f-99ff-4450-98be-f5e3a147abbc"
}