java.lang.Object
com.ringcentral.paths.restapi.v2.accounts.extensions.callflipnumbers.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)
    • get

      Returns call flip settings. Call flip destination is an extension level setting. The following numbers can be used for call flip:

      * User's DL numbers (added/removed automatically by the System) * PSTN numbers in E.164 format (added/removed manually by User)

      Call flip list is generally limited up to 10 numbers.

      **Please note:** This API is only working with the new Communication Handling flow. To ensure that please check if the 'NewCallHandlingAndForwarding' feature is supported.

      HTTP Method: get Endpoint: /restapi/v2/accounts/{accountId}/extensions/{extensionId}/call-flip-numbers Rate Limit Group: Light App Permission: ReadAccounts

      Throws:
      RestException
      IOException
    • put

      public CallFlipNumberListResource put(CallFlipNumberListResource callFlipNumberListResource) throws RestException, IOException
      Updates call flip settings. Call flip destination is an extension level setting. The following numbers can be used for call flip:

      * User's DL numbers (added/removed automatically by the System) * PSTN numbers in E.164 format (added/removed manually by User)

      Call flip list is generally limited up to 10 numbers.

      **Please note:** This API is only working with the new Communication Handling flow. To ensure that please check if the 'NewCallHandlingAndForwarding' feature is supported.

      HTTP Method: put Endpoint: /restapi/v2/accounts/{accountId}/extensions/{extensionId}/call-flip-numbers Rate Limit Group: Medium App Permission: EditExtensions

      Throws:
      RestException
      IOException