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": "b4f06753-25ba-4a5a-a013-522b70bc671e",
"DispatchLocationId": "a3e4d23a-9bae-449b-905a-991876461084",
"WarehouseId": "f17c8e00-1138-43c2-9e57-7b5cdaff6b3e",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "759001e0-4034-40c9-ad72-9508b78d8538",
"ActyId": "deca5bdf-f22d-442e-9fef-f3ecafea34a7",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "7d888915-8dcd-4614-b9a6-4b978dc8b5a7"
}