Interface LinkMobilitySmsWebServiceClient

All Superinterfaces:
io.vertigo.core.node.component.Amplifier, io.vertigo.core.node.component.CoreComponent

@PathPrefix("/v1") public interface LinkMobilitySmsWebServiceClient extends io.vertigo.core.node.component.Amplifier
  • Method Summary

    Modifier and Type
    Method
    Description
    sendSms(String destinationAddress, int originatorTON, String originatingAddress, String message)
     
  • Method Details

    • sendSms

      @AnonymousAccessAllowed @SessionLess @GET("/sms/send") Map sendSms(@QueryParam("destinationAddress") String destinationAddress, @QueryParam("originatorTON") int originatorTON, @QueryParam("originatingAddress") String originatingAddress, @QueryParam("messageText") String message)