GET api/Location/All/ExactName/{LocationName}
Get exact location by name Observe: replace "/" with ___ (3 underscores) and and "." with --- (3) in the LocationName parameter value to avoid a 404 Not Found
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationName | string |
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": "51b4b5bb-bbc7-46f2-80ae-1779fd761e43",
"DispatchLocationId": "dfc21df1-95f8-4350-bc02-a6177ab28245",
"WarehouseId": "0d62fc06-6039-4382-8b31-d68efe854b89",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "ad2fdfa1-e169-45d2-b389-21b4ed599064",
"ActyId": "e97c368e-0cb2-4dce-86a4-809c798c729d",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "c6c592d3-e950-4351-8e2c-42d275b0c8b1"
}