Deleting Inbound Routes; Editing Inbound Routes - Multitech FaxFinder FF240-IP Developer's Manual

Fax over ip server
Hide thumbs Also See for FaxFinder FF240-IP:
Table of Contents

Advertisement

FAXFINDER CONFIGURATION
15
</default>
16
</response>

Deleting Inbound Routes

HTTP Request
Line
HTTP Response
Status Codes
Example
1
DELETE /ffws/v1/routes/recipient/ID HTTP/1.1
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>Deleted</message>
10
</response>

Editing Inbound Routes

HTTP Request
Line
HTTP Response
Status Codes
37
DELETE /ffws/v1/routes/global HTTP/1.1
DELETE /ffws/v1/routes/lines/line_number HTTP/1.1 (FF240, FF440, or FF840)
DELETE /ffws/v1/routes/default HTTP/1.1 (FF240-IP only)
DELETE /ffws/v1/routes/recipient/ID HTTP/1.1
200 OK
Deleted specified inbound routes.
403 Forbidden
Authenticated user does not have permission to change data.
404 Not Found
No route
PUT /ffws/v1/routes/global HTTP/1.1
PUT /ffws/v1/routes/default HTTP/1.1
PUT /ffws/v1/routes/lines/line_number HTTP/1.1
PUT /ffws/v1/routes/recipient/ID HTTP/1.1
200 OK
Modified successfully.
403 Forbidden
Authenticated user does not have permission to change data.
404 Not Found
Route not found.
400 Bad Request
The provided XML is not valid.
FaxFinder Web Services API Developer Guide

Advertisement

Table of Contents
loading

This manual is also suitable for:

Faxfinder ff240Faxfinder ff440Faxfinder ff840

Table of Contents