voidLog Data Type

A void log is a record of a ticket that has been voided. Accounting uses these to track void activity and report them to proper authorities (like ARC).

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints description
airlineNumber string element 0/1   The airline number for the ticket, if there is one.
esac string element 0/1   The authorization code for the voided ticket.
office officeInfo element 0/1   The office that booked this ticket.
passengerName string element 0/1    
recordLocator string element 0/1    
reported boolean element 1/1 required boolean whether or not this void log has been reported to the authority (ARC)
ticketDate dateTime element 0/1    
ticketNumber string element 1/1 required The ticket number that has been voided.
timestamp dateTime element 0/1   The time that the void log was created.
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

<voidLog>
  <ticketNumber>...</ticketNumber>
  <timestamp>...</timestamp>
  <reported>...</reported>
  <office>
    <pcc>...</pcc>
    <name>...</name>
    <address1>...</address1>
    <address2>...</address2>
    <address3>...</address3>
    <city>...</city>
    <state>...</state>
    <zip>...</zip>
    <parentCompany>
      <name>...</name>
    </parentCompany>
    <active>...</active>
    <branch>...</branch>
    <clientPrefix>...</clientPrefix>
    <profileSettings>
      <profileNameFormat>...</profileNameFormat>
    </profileSettings>
    <afterHoursNumber>...</afterHoursNumber>
    <collectVoidLogs>...</collectVoidLogs>
    <gds>
      <code>...</code>
      <name>...</name>
      <enabled>...</enabled>
    </gds>
    <arcNumber>...</arcNumber>
    <logo>...</logo>
    <logoLink>...</logoLink>
    <afterHoursInternationalNumber>...</afterHoursInternationalNumber>
    <tollFreeNumber>...</tollFreeNumber>
    <phoneNumber>...</phoneNumber>
    <onlineOffice>
      <name>...</name>
      <hours>...</hours>
      <phone>...</phone>
      <tollFree>...</tollFree>
      <email>...</email>
    </onlineOffice>
    <showTmcAppLinks>...</showTmcAppLinks>
    <vipTollFree>...</vipTollFree>
    <vipAfterHours>...</vipAfterHours>
    <cityCode>
      <code>...</code>
      <countryCode>...</countryCode>
      <latitude>...</latitude>
      <longitude>...</longitude>
      <name>...</name>
      <stateOrCountry>...</stateOrCountry>
      <airportName>...</airportName>
      <region/>
      <timeZone/>
      <retentionOnly>...</retentionOnly>
      <position>...</position>
      <unique>...</unique>
      <alias>...</alias>
    </cityCode>
    <tmcHeadQuarters>...</tmcHeadQuarters>
    <id>...</id>
    <version>...</version>
  </office>
  <recordLocator>...</recordLocator>
  <passengerName>...</passengerName>
  <ticketDate>...</ticketDate>
  <esac>...</esac>
  <airlineNumber>...</airlineNumber>
  <id>...</id>
  <version>...</version>
  <violations/>
</voidLog>