Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.extension.fax.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpath()
post
(CreateFaxMessageRequest createFaxMessageRequest) Creates and sends/re-sends a fax message.
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
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
-