java.lang.Object
com.ringcentral.paths.restapi.account.telephony.sessions.parties.forward.Index

public class Index extends Object
  • Field Details

  • Constructor Details

    • Index

      public Index(Index parent)
  • Method Details

    • path

      public String path()
    • path

      public String path(Boolean withParameter)
    • post

      public ForwardCallPartyResponse post(ForwardTarget forwardTarget) throws RestException, IOException
      Forwards a non-answered incoming call to the specified call party. Applicable for a call session in "Setup" or "Proceeding" state. HTTP Method: post Endpoint: /restapi/{apiVersion}/account/{accountId}/telephony/sessions/{telephonySessionId}/parties/{partyId}/forward Rate Limit Group: Light App Permission: CallControl
      Throws:
      RestException
      IOException