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": "ad172cb0-28df-4b3f-98b2-c1d863a8e412",
"DispatchLocationId": "8785c938-991d-4d21-b7cf-18364f2c866d",
"WarehouseId": "0ea95452-e1ab-41f6-8914-a69cf4a67697",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "6f74beac-8521-4680-8e55-dde18274dce8",
"ActyId": "2b9bec42-615e-4375-83d9-b1a4f2ccbadd",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "493c73bf-0a06-4de0-b815-6972cf5b47d6"
}