Example
1
GET /ffws/v1/modem
2
content-type: application/xml
3
authorization: Basic YWRtaW46YWRtaW4=
4
-----------------------------------
5
HTTP/1.1 200 OK
6
content-type: application/xml
7
<?xml
version="1.0" encoding="UTF-8"?>
8
<response>
9
<message>Success</message>
10
<modem>
11
<number>1</number>
12
<fax_id>x40 Modem 1</fax_id>
13
<country_code>United States(US)</country_code>
14
<answer_on>2</answer_on>
15
<max_extension_digits>4</max_extension_digits>
16
<routing>Pots Line</routing>
17
<routing_definition></routing_definition>
18
<baud_rate>33600</baud_rate>
19
<dial_prefix></dial_prefix>
20
<init_string></init_string>
21
<fax_direction></fax_direction>
22
<error_correction>true</error_correction>
23
<smart_dial>true</smart_dial>
24
<tone_dial>true</tone_dial>
25
<fax_debugging>false</fax_direction>
26
</modem>
27
</response>
Editing Modem Settings (FF240, FF440, or FF840)
HTTP Request
Line
HTTP Response
Status Codes
Example
1
PUT /ffws/v1/modem/1 HTTP/1.1
2
content-type: application/xml
3
authorization: Basic YWRtaW46YWRtaW4=
4
<?xml
version="1.0" encoding="UTF-8"?>
5
<modem>
6
<number>1</number>
7
<fax_id>x40 Modem 1</fax_id>
8
<country_code>United States(US)</country_code>
9
<answer_on>2</answer_on>
10
<max_extension_digits>4</max_extension_digits>
11
<routing>Pots Line</routing>
12
<routing_definition></routing_definition>
13
<baud_rate>33600</baud_rate>
14
<dial_prefix></dial_prefix>
15
<init_string></init_string>
16
<fax_direction></fax_direction>
17
<error_correction>true</error_correction>
18
<smart_dial>true</smart_dial>
19
<tone_dial>true</tone_dial>
FaxFinder Web Services API Developer Guide
PUT /ffws/v1/modem/MODEM HTTP/1.1 (where MODEM is a number from 1-24
depending on FaxFinder model and if using an Expansion Module.)
200 OK
Modem settings successfully changed.
400 Bad Request
The provided XML is not valid.
FAXFINDER CONFIGURATION
40
Need help?
Do you have a question about the FaxFinder FF240-IP and is the answer not in the manual?