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": "a23db2cd-4c40-4ee8-b578-9adbf33d0eb4",
"DispatchLocationId": "a10a23d6-7e8f-4f69-85bd-06cd657207f9",
"WarehouseId": "073d5428-344e-45ce-a4ec-94b3ba08cf47",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "3ecad81a-095a-433d-ac17-75efcc6b5746",
"ActyId": "070e5a99-ced9-4a15-b18a-bd86540b5b30",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "b4dc507c-ab34-4469-8e08-1dedfef2fbd1"
}