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": "6ccdbbcc-fffb-47bd-a718-4f24cea7c9bb",
"DispatchLocationId": "915cd265-e78d-4397-815c-171b5ad4fc1d",
"WarehouseId": "6872aa17-67e7-4301-bbaf-285c2e77f4e2",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "9127886c-835f-4591-81b1-9f16bf86ed6b",
"ActyId": "64b556c4-a3d1-4419-b19c-84d70628d73f",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "bd7b05cc-699b-43a2-8235-7089a3fe0ed6"
}