Example
1
PUT /ffws/v1/contacts/admin/6 HTTP/1.1
2
content-type: application/xml
3
authorization: Basic YWRtaW46YWRtaW4=
4
<?xml
version="1.0" encoding="UTF-8"?>
5
<contact>
6
<name> Change name </name>
7
<fax_number>218-555-3335</fax_number>
8
<phone_number>218-555-3336</phone_number>
9
<organization>Some org</organization>
10
</contact>
11
-----------------------------------
12
HTTP/1.1 200 OK
13
content-type: application/xml
14
<?xml
version="1.0" encoding="UTF-8"?>
15
<response>
16
<message>Modified</message>
17
</response>
Deleting Contacts
HTTP Request
Line
HTTP Response
Status Codes
Example
1
DELETE /ffws/v1/contacts/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 Contact IDs
HTTP Request Line
HTTP Response Status
Codes
FaxFinder Web Services API Developer Guide
DELETE /ffws/v1/contacts/USERNAME/id HTTP/1.1
200 OK
Deleted
403 Forbidden
Authenticated user does not have permission to change data.
404 Not Found
Contact not found.
GET /ffws/v1/contact_oids/USERNAME
200 OK
404 Not Found
HTTP/1.1
Shows contact IDs.
Contact not found.
CONTACT AND GROUP FUNCTIONS
16
Need help?
Do you have a question about the FaxFinder FF240-IP and is the answer not in the manual?