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": "9c288eca-5731-427d-9869-6699f60f8af1",
"DispatchLocationId": "d203de53-aff2-42c5-848e-1ef2975c5646",
"WarehouseId": "1d39e1ce-926a-4508-ae13-18f355a51ab1",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "be4d952a-8396-4296-b9e7-6fc7833143c9",
"ActyId": "bb49987b-be1a-4893-8e83-1af4bb8749ef",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "7d2f16fe-ccf0-4dfc-b1bb-a12eabc9ed63"
}