https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / CustomerContact Complex Type / MobileAreaCode Element
In This Topic
    MobileAreaCode Element
    In This Topic
    Description
    Area code portion of the mobile phone number.
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Type
    xs:string
    Diagram
    MobileAreaCode Element
    Overview
    MobileAreaCode optional xs:string
    Area code portion of the mobile phone number.
    Source
    <xs:element minOccurs="0" name="MobileAreaCode" nillable="true" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation>
          <summary>
                Area code portion of the mobile phone number.
                </summary>
          <len min="0" max="3" />
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    See Also