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": "a93f1392-5311-4fea-bbd0-60ffca1fb09c",
"DispatchLocationId": "fa8f533f-8551-45cd-bf82-5319b2f93471",
"WarehouseId": "78e8511f-9f94-40db-a822-23fc5b193686",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c635aa81-8308-402c-909b-96049f3b8f0a",
"ActyId": "33617dc4-4c39-4098-853d-0b67dfd73875",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "fa2da506-8219-44ae-88c7-9b6f4491f0db"
}