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": "2f20865f-7bf8-4acd-94ad-c9aee1767b44",
"DispatchLocationId": "f24d1718-052a-4325-887f-9920c977d597",
"WarehouseId": "9f7711e2-6a78-4cab-96d0-8ada95bdc2b0",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "48935161-095b-4594-8558-f14d137de548",
"ActyId": "d9337d0c-d966-4b72-a5a8-bf515295ecc0",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "b60265a5-e0aa-4a3b-acb3-41abf7984532"
}