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. | |
| string | element | 0/1 | Contact email of the clients contact person. | |||
| ext | string | element | 0/1 | |||
| ext2 | string | element | 0/1 | |||
| hubspotSynced | boolean | element | 1/1 | required boolean | ||
| keyContact | boolean | element | 1/1 | required boolean | Whether or not this contact is considered a 'key contact' that should be considered a primary point of communication. | |
| name | string | element | 0/1 | Name of the person who is the clients contact. | ||
| phone | string | element | 0/1 | Phone number of the client's contact person. | ||
| phone2 | string | element | 0/1 | Another phone number of the client's contact person. | ||
| position | long | element | 0/1 | Position (1-6) of this contact on the contact page | ||
| role | string | element | 0/1 | |||
| state | string | element | 0/1 | State/Country of address for this client | ||
| title | string | element | 0/1 | Name of the person who is the clients 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
<clientContact>
<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>
<position>...</position>
<name>...</name>
<title>...</title>
<phone>...</phone>
<ext>...</ext>
<phone2>...</phone2>
<ext2>...</ext2>
<email>...</email>
<address1>...</address1>
<address2>...</address2>
<city>...</city>
<state>...</state>
<zip>...</zip>
<keyContact>...</keyContact>
<hubspotSynced>...</hubspotSynced>
<role>...</role>
<id>...</id>
<version>...</version>
<violations/>
</clientContact>