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": "bc30af20-62b7-4394-8d5c-1113181fd3df",
"DispatchLocationId": "662e8a80-573b-4461-af85-eb1a7b96b637",
"WarehouseId": "5403cbf5-0cef-4a0b-a662-8e37c7c5292f",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "edf47873-33b1-41fa-8281-2680cc0369d1",
"ActyId": "5526c9ae-79e4-452f-9dff-1242e6fd2be7",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "e5d91311-7636-4205-afcd-1eb569a0530d"
}