injected service use to handle the location related operations
injected logger used to handle the logging
request context [headers, body, params, query].
201 Status Created
This handler is used to create a location by applying the following steps in sequence:
Create the location (locationService.createLocation)
Get the location (locationService.getLocation)
Return the location (locationService.normalizeLocationResponse)
500 NBError Internal Server Error
Generated using TypeDoc
Create Location Handler