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": "488268b5-0bc8-434e-8fcd-ae7dec1e40ca",
"DispatchLocationId": "9d3bcab3-0d5a-4818-8510-b917024e4b9b",
"WarehouseId": "983e2204-aac4-41b7-b700-a096f6dfa4d7",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "e74584eb-abd1-4915-9260-094ef45f26a8",
"ActyId": "dac2da1d-2f9f-42e1-a3cd-e61c33292841",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "3cc9461b-a815-4962-af21-ebfd53a4452b"
}