FAXFINDER CONFIGURATION
Editing Store and Forward (T.37) Settings
HTTP Request
Line
HTTP Response
Status Codes
Example
1
PUT /ffws/v1/t37 HTTP/1.1
2
content-type: application/xml
3
authorization: Basic YWRtaW46YWRtaW4=
4
<?xml
version="1.0" encoding="UTF-8"?>
5
<t37>
6
<enabled>true</enabled>
7
<require_authentication>true</require_authentication>
8
<set_user_from_envelope_sender>true</set_user_from_envelope_sender>
9
<default_priority>2</default_priority>
10
<max_tries>3</max_tries>
11
<try_interval>300</try_interval>
12
<receipt>failure</receipt>
13
<receipt_attachment>none</receipt_attachment>
14
<use_cover_page>true</use_cover_page>
15
<default_cover_page_name>mts_template1</default_cover_page_name>
16
<email_body_as_comments>true</email_body_as_comments>
17
</t37>
18
-----------------------------------
19
HTTP/1.1 200 OK
20
content-type: application/xml
21
<?xml
version="1.0" encoding="UTF-8"?>
22
<response>
23
<message>Modified</message>
24
</response>
Viewing Modem Settings (FF240, FF440, or FF840)
HTTP Request
Line
HTTP Response
Status Codes
39
PUT /ffws/v1/t37 HTTP/1.1
200 OK
Store and forward setting successfully changed.
400 Bad Request
The provided XML is not valid.
GET /ffws/v1/modem HTTP/1.1
GET /ffws/v1/modem/MODEM HTTP/1.1
200 OK
Shows current modem configuration.
400 Bad Request
The provided XML is not valid.
FaxFinder Web Services API Developer Guide
Need help?
Do you have a question about the FaxFinder FF240-IP and is the answer not in the manual?