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": "7b923049-ee2a-4fea-81f4-4d6f1887f99c",
"DispatchLocationId": "601b209f-e65f-4d48-a07a-e2310fef8e84",
"WarehouseId": "c477f64b-9339-4ea6-9930-5607fd55fb42",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "bc73b59f-a00d-4ba9-8108-186c02e15b54",
"ActyId": "d4064a29-e743-4e66-803a-94d5bca87a1b",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "ed555d5f-5b50-40e3-b952-f59894dbab44"
}