Interface GeolocationClient

    • 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 header
        tenantId - tenantId to pass in the header
        location - the addresses to verify
        Returns:
        see GeoLocationResultå