java.lang.Object
com.ringcentral.paths.restapi.account.extension.fax.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 FaxResponse post(CreateFaxMessageRequest createFaxMessageRequest) throws RestException, IOException
      Creates and sends/re-sends a fax message. Re-send can be implemented if sending has failed. Fax attachment size (both single and total) is limited to 50Mb.

      HTTP Method: post Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/fax Rate Limit Group: Heavy App Permission: Faxes User Permission: OutboundFaxes

      Throws:
      RestException
      IOException