Express router for service routes related to locations
Methods
(static) get/service/locations() → {Array.<locationList>}
Route for fetching all valid factory locations
Returns:
The list location details module:routers/v8/service/locations~locationList
- Type
- Array.<locationList>
Type Definitions
locationList
Type:
- Object
Properties:
| Name | Type | Description |
|---|---|---|
locationList.location |
String | The location code |
locationList.locationName |
String | The location name |
locationList.locationType |
String | The location type |