Description
This is a simple method to resend a previously-submitted fax.
Formal Definition
https://ws.interfax.net/dfs.asmx?op=ReSendFax
Input
Name |
Type |
Comments |
Username |
String |
The name of the user authenticating to the API |
Password |
String |
The password for the Username |
TransactionID |
Integer |
TransactionID of fax to be resent |
FaxNumber |
String |
The destination fax number to which to resend this transaction, in standard international notation
e.g. +44-207-3456789 (see Appendix B) |
Output
Name |
Type |
Comments |
ReSendFaxResult |
Long |
In case of successful submission – the value contains the TransactionID. In case of a failure, a negative value is returned. List of return codes is shown on Appendix A. |
Error Codes
Value |
Description |
-112 |
Invalid fax number |
-150 |
Internal System Error. An exception occurred at any point in the execution of the web service method. |
-310 |
The logged in user in context is not a primary user. User is not authorized to operate actions on requested UserID. |
-666 |
The user is configured in another switch group |
-677 |
The user does not have any TX service registered |
-1003 |
Authentication error: the user cannot be authenticated when either the username or the password is incorrect OR any other last error occurred when authenticating the user. |
-2003 |
The request from the IP of the machine is not in a valid IP address range. |
-3003 |
The specified fax resource could not be found |