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": "4e633e79-3cb1-409f-b7cb-c54a964737a4",
"DispatchLocationId": "2ecbbf43-0fb1-42ed-a1e9-a5fecaf55221",
"WarehouseId": "44a9c344-dabc-42c3-b84e-9c00c3dd9822",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "0c760f90-5305-41c2-859f-3ed860d80d93",
"ActyId": "fca728a0-bf3b-479a-8eea-30067a45182a",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "1a486fe2-4561-493b-9a59-6e5ab453eac2"
}