java.lang.Object
com.ringcentral.paths.restapi.account.telephony.sessions.parties.pickup.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 CallParty post(PickupTarget pickupTarget) throws RestException, IOException
      Picks up a call parked to the specified park location. HTTP Method: post Endpoint: /restapi/{apiVersion}/account/{accountId}/telephony/sessions/{telephonySessionId}/parties/{partyId}/pickup Rate Limit Group: Light App Permission: CallControl
      Throws:
      RestException
      IOException