Resend fax

Resend a previously-submitted fax, without needing to re-upload the original document.

The resent fax is allocated a new transaction ID.

POST /outbound/faxes/{id}/resend[?faxNumber={faxnumber}]

Arguments

Name (bold if mandatory) Type Comments Default
id number The ID of the fax to be resent. None, mandatory.
faxNumber faxnumber The destination fax number to which to resend this transaction. The fax number to which this fax was previously sent.

Response

If successful, the HTTP Location header contains the URI of the newly-created fax resource, e.g. Location: https://rest.interfax.net/outbound/faxes/854759652. Note that resending a fax creates a new resource.

Sample Call

Raw HTTP

POST /outbound/faxes/279491676/resend HTTP/1.1
Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=
Host: rest.interfax.net
Location: https://rest.interfax.net/outbound/faxes/279499254

cURL


curl "https://rest.interfax.net/outbound/faxes/279491676/resend" ^
	-X POST ^
	-H content-length:0 ^
	-u username:password