Analytic that records that status of profile imports from external sources
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| client | client | element | 0/1 | ||
| date | dateTime | element | 0/1 | The date and time of the sync | |
| errors | list of profileImportError | element | 0/unbounded | Errors that occurred on the sync | |
| gds | globalDistributionSystem | element | 0/1 | The GDS that the profile is synced with. | |
| obe | onlineBookingEngine | element | 0/1 | The OBE that this profile was synced from | |
| status | analyticStatus | element | 0/1 | The status of the sync | |
| syncName | string | element | 0/1 | The unique sync name for the profile being imported. | |
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
<profileImportAnalytic>
<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>
<syncName>...</syncName>
<status>
<name>...</name>
<percentage>...</percentage>
<id>...</id>
<version>...</version>
</status>
<obe>
<code>...</code>
<name>...</name>
<id>...</id>
<version>...</version>
</obe>
<date>...</date>
<errors>
<date>...</date>
<code/>
<message>...</message>
<resolved>...</resolved>
</errors>
<gds>
<code>...</code>
<name>...</name>
<enabled>...</enabled>
<id>...</id>
<version>...</version>
</gds>
<id>...</id>
<version>...</version>
<violations/>
</profileImportAnalytic>