https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / PolicyContact Complex Type / FaxPhone Element
FaxPhone Element
Description
Phone portion of the fax phone number.

Insert Validation:
Required if fax area code exists.

Update Validation:
Required if fax area code exists.
Namespace https://wsapi.ams360.com/v3.0/DataContract
Type
xs:string
Diagram
FaxPhone Element
Overview
FaxPhone optional xs:string
Phone portion of the fax phone number.

Insert Validation:
Required if fax area code exists.

Update Validation:
Required if fax area code exists.
Source
<xs:element minOccurs="0" name="FaxPhone" nillable="true" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo />
    <xs:documentation>
      <summary>
            Phone portion of the fax phone number.
            <br /><br /><b><u>Insert Validation:</u></b><br />
            Required if fax area code exists.
            <br /><br /><b><u>Update Validation:</u></b><br />
            Required if fax area code exists.
            </summary>
      <len min="0" max="7" />
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also