Contact Element
This element represents a user contact.
1
<!-- Describes a Contact -->
2
<contact>
3
<!-- URL of this contact -->
4
<!-- value: string -->
5
<contact_url>https://192.168.2.1/ffws/v1/contacts/admin/1</contact_url>
6
<!-- Contact Name -->
7
<!-- required: yes -->
8
<!-- value: string -->
9
<name>contact name</name>
10
<!-- Contact Fax number -->
11
<!-- required: yes -->
12
<!-- value: string -->
13
<fax_number>218-555-3335</fax_number>
14
<!-- Contact Phone Number -->
15
<!-- required: no -->
16
<!-- default: "" -->
17
<!-- value: string -->
18
<phone_number>218-555-3336</phone_number>
19
<!-- Contact Organization -->
20
<!-- required: no -->
21
<!-- default: "" -->
22
<!-- value: string -->
23
<organization>Contacts Org</organization>
24
</contact>
Group Element
This element represents a group.
1
<!-- Describes a Group-->
2
<contact_group>
3
<!-- URL of this contact -->
4
<!-- value: string -->
5
<contact_group_url> https://172.16.0.36/ffws/v1/contact_groups/admin/3</contact_group_url>
6
<!-- Group Name -->
7
<!-- required: yes
8
<!-- value: string -->
9
<name>group 3</name>
10
<!--Group Description -->
11
<!-- required: no -->
12
<!-- default: "" -->
13
<!-- value: string -->
14
<description></description>
15
<!-- Contacts -->
16
<!-- required: yes -->
17
<!-- value: string -->
18
<contact>https://172.16.0.36/ffws/v1/contacts/admin/19</contact>
19
<contact>https://172.16.0.36/ffws/v1/contacts/admin/20</contact>
20
<contact>https://172.16.0.36/ffws/v1/contacts/admin/21</contact>
21
</contact_group>
FaxFinder Web Services API Developer Guide
ELEMENTS
52
Need help?
Do you have a question about the FaxFinder FF240-IP and is the answer not in the manual?