clientReporting Data Type

Describes client reporting settings

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints description
advancedReport boolean element 1/1 required boolean  
airDetail boolean element 1/1 required boolean  
broadcastCustom boolean element 1/1 required boolean  
broadcastCustomLocation string element 0/1    
carDetail boolean element 1/1 required boolean  
client client element 1/1 required The client that this travel policy is for.
creditCardDetail boolean element 1/1 required boolean  
customReport boolean element 1/1 required boolean  
customReportLocation string element 0/1    
fareSavings boolean element 1/1 required boolean  
hotelDetail boolean element 1/1 required boolean  
summary boolean element 1/1 required boolean  
unusedTicketReport boolean element 1/1 required boolean A flag on whether to report on unused tickets for the client.
valueLogicVoidSavings boolean element 1/1 required boolean A flag on whether to report on voids in value logic.
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

<clientReporting>
  <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>
  <summary>...</summary>
  <airDetail>...</airDetail>
  <carDetail>...</carDetail>
  <hotelDetail>...</hotelDetail>
  <advancedReport>...</advancedReport>
  <fareSavings>...</fareSavings>
  <creditCardDetail>...</creditCardDetail>
  <customReport>...</customReport>
  <customReportLocation>...</customReportLocation>
  <broadcastCustom>...</broadcastCustom>
  <broadcastCustomLocation>...</broadcastCustomLocation>
  <valueLogicVoidSavings>...</valueLogicVoidSavings>
  <unusedTicketReport>...</unusedTicketReport>
  <id>...</id>
  <version>...</version>
  <violations/>
</clientReporting>