Multitech FF240 Server User Manual


 
Appendix B: Customization
Multi-Tech Systems, Inc. FF240-IP Admin User Guide 115
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>