Interface GeolocationClient
-
- All Superinterfaces:
CisClient
- All Known Implementing Classes:
GeolocationClientMock
public interface GeolocationClient extends CisClient
Charon Client to theGeolocationClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeoLocationResultgetGeolocation(java.lang.String xCisClientRef, java.lang.String tenantId, CisLocationRequest location)Get geolocations of the different addresses contained in request.
-
-
-
Method Detail
-
getGeolocation
@POST @Produces("application/json") @Consumes("application/json") @Path("/geolocation") GeoLocationResult getGeolocation(@HeaderParam("X-CIS-Client-ref") java.lang.String xCisClientRef, @HeaderParam("X-tenantId") java.lang.String tenantId, CisLocationRequest location)Get geolocations of the different addresses contained in request.- Parameters:
xCisClientRef- client ref to pass in the headertenantId- tenantId to pass in the headerlocation- the addresses to verify- Returns:
- see
GeoLocationResultå
-
-