A client is a group of people represented in an organization, corporation, or just a 'travel group.' These groups of people are enlisted in Airportal so that they can book travel with a TMC.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| accountNumber | string | element | 0/1 | The human-readable unique identifier for this account. Some client types are not accessed by humans and do not require this. | |
| name | string | element | 0/1 | The name of this client. | |
| parentClient | client | element | 0/1 | The client that owns this client, if any. | |
| status | clientStatus | element | 0/1 | The current status of this client. | |
| type | clientType | element | 0/1 | The type of organization / group / account this client is. | |
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
<client>
<status>
<name>...</name>
<active>...</active>
<id>...</id>
<version>...</version>
</status>
<parentClient/>
<accountNumber>...</accountNumber>
<name>...</name>
<type>
<name>...</name>
<hide>...</hide>
<level>...</level>
<id>...</id>
<version>...</version>
</type>
<id>...</id>
<version>...</version>
<violations/>
</client>