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": "7b010890-2b17-46b2-93af-f254cf2cd965",
"DispatchLocationId": "f9a745c6-cb8b-45f2-8707-d1c034356318",
"WarehouseId": "2f7cabc4-f147-4739-abf6-51c177111d78",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "4bd44e48-5c42-4590-bf33-81428a495445",
"ActyId": "1d95f109-af1b-497f-abf4-a278181a6672",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "1c21371a-87fa-4b43-8c79-88cbad5933c4"
}