Provides contact information for a client. Also should match gds information for this client.
| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| address1 | string | element | 0/1 | First line of address for this client | ||
| address2 | string | element | 0/1 | Second line of address for this client | ||
| city | string | element | 0/1 | City of address for this client | ||
| client | client | element | 1/1 | required | The client that this contact info is for. | |
| contactEmail | string | element | 0/1 | Contact email of the clients contact person. | ||
| contactName | string | element | 0/1 | Name of the person who is the clients contact. | ||
| contactPhone | string | element | 0/1 | Phone number of the client's contact person. | ||
| country | country | element | 0/1 | |||
| ext | string | element | 0/1 | |||
| fax | string | element | 0/1 | Contact fax number for the client. | ||
| phone | string | element | 0/1 | Phone number of the client. | ||
| state | string | element | 0/1 | State/Country of address for this client | ||
| travelManagerContactEmail | string | element | 0/1 | Email number of the client's travel manager contact. | ||
| travelManagerContactName | string | element | 0/1 | Name number of the client's travel manager contact. | ||
| travelManagerContactPhone | long | element | 0/1 | Phone number of the client's travel manager contact. | ||
| zip | string | element | 0/1 | Postal code of address for this client | ||
Properties inherited from baseHibernateEntity |
||||||
| id | long | element | 0/1 | The unique internal ID of the object. | ||
| version | long | element | 0/1 | For internal use only. This is the serialization recorder for optimistic locking of several objects between sessions. | ||
Properties inherited from baseEntity |
||||||
| violations | list of simpleViolation | element | 0/unbounded | A list of constraint violations, if any, that this object has. | ||
Example
<clientContactInfo>
<client>
<status>
<name>...</name>
<active>...</active>
</status>
<parentClient/>
<accountNumber>...</accountNumber>
<name>...</name>
<type>
<name>...</name>
<hide>...</hide>
<level>...</level>
</type>
<id>...</id>
<version>...</version>
</client>
<contactName>...</contactName>
<contactPhone>...</contactPhone>
<contactEmail>...</contactEmail>
<fax>...</fax>
<address1>...</address1>
<address2>...</address2>
<city>...</city>
<state>...</state>
<zip>...</zip>
<phone>...</phone>
<ext>...</ext>
<travelManagerContactName>...</travelManagerContactName>
<travelManagerContactPhone>...</travelManagerContactPhone>
<travelManagerContactEmail>...</travelManagerContactEmail>
<country>
<name>...</name>
<code>...</code>
<codeAlt>...</codeAlt>
<phoneCode>...</phoneCode>
<position>...</position>
<id>...</id>
<version>...</version>
</country>
<id>...</id>
<version>...</version>
<violations/>
</clientContactInfo>