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": "4f90fc94-6364-41c2-8413-6b89e4b0762c",
"DispatchLocationId": "0af91ba8-96a0-4e10-92d7-c248b9388f6d",
"WarehouseId": "a6d769d1-3cae-4dd9-8319-44a2699fd478",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "955007d7-4b12-4db9-a70c-c34bff70a102",
"ActyId": "14f27d07-e0de-41fe-908f-6e6c742c1ed2",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "ed22751d-f572-4f9d-b576-265702dd7b13"
}