Creating A New Group - 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
GET /ffws/v1/contact_groups/admin 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>Success</message>
10
<contact_group>
11
<contact_group_url>https://172.16.128.5/ffws/v1/contact_groups/admin/4</contact_group_url>
12
<name>g one</name>
13
<description>g one</description>
14
<contact>https://172.16.128.5/ffws/v1/contacts/admin/1</contact>
15
<contact>https://172.16.128.5/ffws/v1/contacts/admin/2</contact>
16
<contact>https://172.16.128.5/ffws/v1/contacts/global_contact_list/3</contact>
17
</contact_group>
18
<contact_group>
19
<contact_group_url>https://172.16.128.5/ffws/v1/contact_groups/admin/6</contact_group_url>
20
<name>g two</name>
21
<description>g two org</description>
22
<contact>https://172.16.128.5/ffws/v1/contacts/admin/2</contact>
23
<contact>https://172.16.128.5/ffws/v1/contacts/global_contact_list/4</contact>
24
</contact_group>
25
</response>

Creating a New Group

HTTP Request
Line
HTTP Response
Status Codes
FaxFinder Web Services API Developer Guide
POST /ffws/v1/contact_groups/admin HTTP/1.1
200 OK
Created new group.
403 Forbidden
Authenticated user does not have permission to change data
associated with username.
400 Bad Request
The provided XML is not valid.
CONTACT AND GROUP FUNCTIONS
18

Advertisement

Table of Contents
loading

This manual is also suitable for:

Faxfinder ff240Faxfinder ff440Faxfinder ff840

Table of Contents