EasyManua.ls Logo

Multitech FaxFinder FF130 - Page 112

Multitech FaxFinder FF130
151 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Appendix B: Customization
Multi-Tech Systems, Inc. FaxFinder Admin User Guide 112
Contact Element
This element represents a user contact.
<!-- Describes a Contact -->
<contact>
<!-- URL of this contact -->
<!-- value: string -->
<contact_url>https://192.168.2.1/ffws/v1/contacts/admin/1</contact_url>
<!-- Contact Name -->
<!-- required: yes -->
<!-- value: string -->
<name>contact name</name>
<!-- Contact Fax number -->
<!-- required: yes -->
<!-- value: string -->
<fax_number>111-222-4444</fax_number>
<!-- Contact Phone Number -->
<!-- required: no -->
<!-- default: "" -->
<!-- value: string -->
<phone_number>218-555-3336</phone_number>
<!-- Contact Organization -->
<!-- required: no -->
<!-- default: "" -->
<!-- value: string -->
<organization>Contacts Org</organization>
</contact>