https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / ArrayOfCustomerDependent Element
In This Topic
    ArrayOfCustomerDependent Element
    In This Topic
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Type
    Diagram
    InternationalPhoneExtension2 Element InternationalPhoneNumber2 Element InternationalCountryCode2 Element InternationalPhoneType2 Element InternationalPhoneID2 Element InternationalPhoneExtension1 Element InternationalPhoneNumber1 Element InternationalCountryCode1 Element InternationalPhoneType1 Element InternationalPhoneID1 Element YearEmployed Element SSN Element ResidencePhone Element ResidenceExt Element ResidenceAreaCode Element Relationship Element PagerPhone Element PagerExt Element PagerAreaCode Element Occupation Element MobilePhone Element MobileExt Element MobileAreaCode Element MiddleName Element Married Element LastName Element FirstName Element FaxPhone Element FaxExt Element FaxAreaCode Element Email Element DriversLicense Element DOB Element DependentId Element CustomerId Element BusinessPhone Element BusinessExt Element BusinessAreaCode Element Sequence CustomerDependent Element Sequence ArrayOfCustomerDependent Element
    Overview
    Sequence
    Sequence
    BusinessAreaCode optional xs:string
    Area code portion of the business phone number.
    BusinessExt optional xs:string
    Extension portion of the business phone number.
    BusinessPhone optional xs:string
    Phone portion of the business phone number.

    Insert Validation:
    Required if business area code exists.

    Update Validation:
    Required if business area code exists.
    CustomerId optional guid Simple Type
    Globally Unique Identifier (GUID) for a customer.

    Insert Validation:
    Customer with this CustomerId must exist.

    Update Validation:
    Customer with this CustomerId must exist.
    36 character alpha-numeric column formatted as: 00000000-0000-0000-0000-000000000000
    DependentId optional guid Simple Type
    Globally Unique Identifier (GUID) for a customer dependent.

    Insert Validation:
    AMS360 creates on insert.

    Update Validation:
    Must be a valid DependentId for the customer.
    36 character alpha-numeric column formatted as: 00000000-0000-0000-0000-000000000000
    DOB optional xs:dateTime
    Date of Birth. Example: 01/01/1968
    DriversLicense optional xs:string
    Drivers License.
    Email optional xs:string
    Electronic mail address.
    FaxAreaCode optional xs:string
    Area code portion of the fax phone number.
    FaxExt optional xs:string
    Extension portion of the fax phone number.
    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.
    FirstName optional xs:string
    Dependent's First Name.
    LastName optional xs:string
    Dependent's Last Name.
    Married optional xs:string
    Marital Status.
    MiddleName optional xs:string
    Dependent's Middle Name.
    MobileAreaCode optional xs:string
    Area code portion of the mobile phone number.
    MobileExt optional xs:string
    Extension portion of the mobile phone number.
    MobilePhone optional xs:string
    Phone portion of the mobile phone number.

    Insert Validation:
    Required if mobile area code exists.

    Update Validation:
    Required if mobile area code exists.
    Occupation optional xs:string
    Occupation.
    PagerAreaCode optional xs:string
    Area code portion of the pager phone number.
    PagerExt optional xs:string
    Extension number portion of the pager phone number.
    PagerPhone optional xs:string
    Phone portion of the pager phone number.

    Insert Validation:
    Required if pager area code exists.

    Update Validation:
    Required if pager area code exists.
    Relationship optional xs:string
    Relationship.
    ResidenceAreaCode optional xs:string
    Area code portion of the residence phone number.
    ResidenceExt optional xs:string
    Extension portion of the residence phone number.
    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.
    SSN optional xs:string
    Social security number.
    YearEmployed optional xs:string
    Year Employed.
    InternationalPhoneID1 optional xs:string
    InternationalPhoneType1 optional xs:string
    InternationalCountryCode1 optional xs:string
    InternationalPhoneNumber1 optional xs:string
    InternationalPhoneExtension1 optional xs:string
    InternationalPhoneID2 optional xs:string
    InternationalPhoneType2 optional xs:string
    InternationalCountryCode2 optional xs:string
    InternationalPhoneNumber2 optional xs:string
    InternationalPhoneExtension2 optional xs:string
    Source
    <xs:element name="ArrayOfCustomerDependent" nillable="true" type="tns:ArrayOfCustomerDependent" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
    See Also