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": "886facba-50be-4068-b60d-ea875e9a48ef",
"DispatchLocationId": "2ff98b2d-eed8-4e7d-9605-dcbdfe2fe5bd",
"WarehouseId": "09cae41b-bf65-450e-882d-5fbbc634f150",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "72d0d876-4973-4a9d-befc-6de054600c77",
"ActyId": "25d60ea0-2633-4c7d-b350-0372d933c934",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "ea2c7b4b-fda2-43a8-8003-74ddf6fceb29"
}