Deleting Groups; Viewing Group Ids - Multitech FaxFinder FF240-IP Developer's Manual

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

Advertisement

Example
1
PUT /ffws/v1/contact_groups/admin/6 HTTP/1.1
2
content-type: application/xml
3
authorization: Basic YWRtaW46YWRtaW4=
4
<?xml
version="1.0" encoding="UTF-8"?>
5
<contact_group>
6
<contact_group_url>https://172.16.128.5/ffws/v1/contact_groups/admin/4</contact_group_url>
7
<name>Change name</name>
8
<description>change description</description>
9
<contact>https://172.16.128.5/ffws/v1/contacts/admin/1</contact>
10
<contact>https://172.16.128.5/ffws/v1/contacts/admin/2</contact>
11
<contact>https://172.16.128.5/ffws/v1/contacts/global_contact_list/3</contact>
12
</contact_group>
13
-----------------------------------
14
HTTP/1.1 200 OK
15
content-type: application/xml
16
<?xml
version="1.0" encoding="UTF-8"?>
17
<response>
18
<message>Modified</message>
19
</response>

Deleting Groups

HTTP Request
Line
HTTP Response
Status Codes
Example
1
DELETE /ffws/v1/contact_groups/admin/6 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>

Viewing Group IDs

HTTP Request Line
HTTP Response Status
Codes
FaxFinder Web Services API Developer Guide
DELETE /ffws/v1/contact_groups/USERNAME/id HTTP/1.1
200 OK
Deleted group.
403 Forbidden
Authenticated user does not have permission to change data
associated with username.
404 Not Found
No group found with that username.
GET /ffws/v1/contact_group_oids/USERNAME HTTP/1.1
200 OK
404 Not Found
Shows group IDs.
No group found for that username.
CONTACT AND GROUP FUNCTIONS
20

Advertisement

Table of Contents
loading

This manual is also suitable for:

Faxfinder ff240Faxfinder ff440Faxfinder ff840

Table of Contents