An analytic object for tracking airselect results and email statuses. Created by nick on 11/29/16.
| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| client | client | element | 0/1 | The account that will be paying for the trip. | ||
| displayFormat | int | element | 1/1 | required int | The format of the AirSelect. 0 = price based, 1 = schedule based | |
| string | element | 0/1 | The email that the AirSelect is being sent to. | |||
| emailCcs | list of airselectAnalyticCC | element | 0/unbounded | Any additional recipients of the AirSelect. | ||
| errors | list of airselectErrorReport | element | 0/unbounded | Any errors that may have happened during processing the query. | ||
| gds | globalDistributionSystem | element | 0/1 | The GDS that the flights are searched in. | ||
| recordLocator | string | element | 0/1 | The record locator of the PNR the AirSelect is built from, if any. | ||
| sender | user | element | 0/1 | The agent or user that requested the AirSelect. Not the traveler. | ||
| status | analyticStatus | element | 0/1 | The status of the AirSelect being sent. | ||
| timestamp | dateTime | element | 0/1 | The time that the search was requested. | ||
| travelerName | string | element | 0/1 | The traveler name that requested the AirSelect from the agent. | ||
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
<airselectAnalytic>
<sender>
<answer>...</answer>
<emailed>...</emailed>
<newUser>...</newUser>
<temporaryPassword>...</temporaryPassword>
<question>...</question>
<obeUserName>...</obeUserName>
<obePassword>...</obePassword>
<obeSyncId>...</obeSyncId>
<created>...</created>
<modifiedDate>...</modifiedDate>
<emailedWhen>...</emailedWhen>
<travelgpaLogin>...</travelgpaLogin>
<groups>
<name>...</name>
<permissions/>
<description>...</description>
<role/>
<type>...</type>
</groups>
<active>...</active>
<prefix>...</prefix>
<firstName>...</firstName>
<lastName>...</lastName>
<middleName>...</middleName>
<suffix>...</suffix>
<email>...</email>
<tripitAuthorized>...</tripitAuthorized>
<supportTitle>...</supportTitle>
<automatedNotifications>...</automatedNotifications>
<enableHotelAttachment>...</enableHotelAttachment>
<atHomeNotificationMethod>
<name>...</name>
<code>...</code>
</atHomeNotificationMethod>
<inTravelNotificationMethod>
<name>...</name>
<code>...</code>
</inTravelNotificationMethod>
<cellPhoneNumber>...</cellPhoneNumber>
<userCurrentClient/>
<defaultClient>
<status/>
<parentClient/>
<accountNumber>...</accountNumber>
<name>...</name>
<type/>
</defaultClient>
<defaultPlannerGroup>
<status/>
<parentClient/>
<accountNumber>...</accountNumber>
<name>...</name>
<type/>
</defaultPlannerGroup>
<showWelcomeDialog>...</showWelcomeDialog>
<siteTour>...</siteTour>
<unusedTicketEmail>...</unusedTicketEmail>
<surveyEmail>...</surveyEmail>
<wt0EmailEnabled>...</wt0EmailEnabled>
<wt0EmailDaily>...</wt0EmailDaily>
<wt0EmailDay>...</wt0EmailDay>
<wt0EmailHour>...</wt0EmailHour>
<marketingSubscribed>...</marketingSubscribed>
<responsive>...</responsive>
<businessPhoneNumber>...</businessPhoneNumber>
<homePhoneNumber>...</homePhoneNumber>
<id>...</id>
<version>...</version>
</sender>
<recordLocator>...</recordLocator>
<gds>
<code>...</code>
<name>...</name>
<enabled>...</enabled>
<id>...</id>
<version>...</version>
</gds>
<timestamp>...</timestamp>
<email>...</email>
<status>
<name>...</name>
<percentage>...</percentage>
<id>...</id>
<version>...</version>
</status>
<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>
<errors>
<code>
<description>...</description>
</code>
<message>...</message>
<resolved>...</resolved>
<id>...</id>
<version>...</version>
</errors>
<emailCcs>
<email>...</email>
<analytic/>
<id>...</id>
<version>...</version>
</emailCcs>
<displayFormat>...</displayFormat>
<travelerName>...</travelerName>
<id>...</id>
<version>...</version>
<violations/>
</airselectAnalytic>