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": "74dd878c-7f54-44dd-82c0-ae0410f24a0f",
"DispatchLocationId": "55d6c621-735c-492a-9c08-3b218131ee92",
"WarehouseId": "de911825-a6dd-451d-b883-6497b3c4b7ea",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "d3f557b1-92c7-42f0-939d-c3d5ba7ed298",
"ActyId": "5c3bfce3-6678-42bd-b327-97e51e111455",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "fe32afce-c499-4d1c-81f8-c26754e5bbba"
}