https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / CustomerContact Complex Type / ResidencePhone Element
In This Topic
    ResidencePhone Element
    In This Topic
    Description
    Phone portion of the residence phone number.

    Insert Validation:
    Required if residence area code exists.

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

    Insert Validation:
    Required if residence area code exists.

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