Wholesale customers can provision Fax services on their own, non-aql, numbering using the following api.
The following HTTP POST requests can be sent to http://aql.com/reseller/wsfaxapi.php
Errors are returned in the form: ERR:Message
'OK' is returned for successful operations
Required parameters for all operations:
username - aql.com username
password - aql.com password
action - the action name
action:adduser
| Parameter | Notes |
| faxnumber | The Fax Number in international form (e.g. 441133203040) |
| name | The "Friendly Name" to associate with the fax number |
| The eMail address to associate with the fax number | |
| format | The file format to be used when eMailing faxes [pdf|tif] |
Returns OK if successful, ERR: (followed by an error description) otherwise.
action:getuser
| Parameter | Notes |
| faxnumber | The Fax Number in international form (e.g. 441133203040) |
Returns item:value pairs separated by newlines. eg:
name:Joe User email:user@example.com format:pdf
action:changeuser
| Parameter | Notes |
| faxnumber | The Fax Number in international form (e.g. 441133203040) |
| name | The "Friendly Name" to associate with the fax number |
| The eMail address to associate with the fax number | |
| format | The file format to be used when eMailing faxes [pdf|tif] |
Returns OK if successful, ERR: (followed by an error description) otherwise.