CustomerDependentGetResponse Element
In This Topic
Type
Diagram
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
|
 |
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.
|
 |
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.
|
 |
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.
|
| | | |
Source
<xs:element name="CustomerDependentGetResponse" nillable="true" type="tns:CustomerDependentGetResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
|
See Also