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": "1b3e96b8-36a5-4121-b78d-c22f5c13a384",
"DispatchLocationId": "53f701f9-6b05-4f81-9771-a1d3bee48238",
"WarehouseId": "1ebfabe9-916c-4faf-976e-81a14b789c46",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c5cd1856-2d1d-438d-bcd1-5e2578a3aa89",
"ActyId": "32845b50-ce47-4bf4-9366-719cdeeeaa0c",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "89db9c9c-d7f5-4a32-af1b-5e71cbafe4a7"
}