clientTravelPolicyCar Data Type

An object that explains the relation between a travel policy and the allowed car types

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints description
carType clientTravelPolicyCarType element 1/1 required The car type for the policy
travelPolicy clientTravelPolicy element 1/1 required The travel policy of the car type
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

<clientTravelPolicyCar>
  <travelPolicy>
    <client>
      <status/>
      <parentClient/>
      <accountNumber>...</accountNumber>
      <name>...</name>
      <type/>
    </client>
    <approvalRequirement>
      <name>...</name>
    </approvalRequirement>
    <designatedApprover>
      <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/>
      <active>...</active>
      <prefix>...</prefix>
      <firstName>...</firstName>
      <lastName>...</lastName>
      <middleName>...</middleName>
      <suffix>...</suffix>
      <email>...</email>
      <tripitAuthorized>...</tripitAuthorized>
      <supportTitle>...</supportTitle>
      <automatedNotifications>...</automatedNotifications>
      <enableHotelAttachment>...</enableHotelAttachment>
      <atHomeNotificationMethod/>
      <inTravelNotificationMethod/>
      <cellPhoneNumber>...</cellPhoneNumber>
      <userCurrentClient/>
      <defaultClient/>
      <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>
    </designatedApprover>
    <airRefundable>...</airRefundable>
    <airHasContract>...</airHasContract>
    <airNumberStops>
      <name>...</name>
    </airNumberStops>
    <airTimeWindowPreference>
      <name>...</name>
    </airTimeWindowPreference>
    <airAirportPreference>
      <name>...</name>
    </airAirportPreference>
    <airAdvancedPurchase>...</airAdvancedPurchase>
    <airThreshold>...</airThreshold>
    <airThresholdPercent>...</airThresholdPercent>
    <airThresholdAction>
      <name>...</name>
      <description>...</description>
    </airThresholdAction>
    <airServiceClass>
      <name>...</name>
    </airServiceClass>
    <airExceptionsAllowed>...</airExceptionsAllowed>
    <airNonPreferredVendor>...</airNonPreferredVendor>
    <airNonPreferredVendorAction>
      <name>...</name>
      <description>...</description>
    </airNonPreferredVendorAction>
    <airRefundableSearch>...</airRefundableSearch>
    <hotelReimburseRate>...</hotelReimburseRate>
    <hotelReimburseRateAction>
      <name>...</name>
      <description>...</description>
    </hotelReimburseRateAction>
    <hotelExceptionAction>
      <name>...</name>
      <description>...</description>
    </hotelExceptionAction>
    <hotelNonPreferredVendor>...</hotelNonPreferredVendor>
    <hotelNonPreferredVendorAction>
      <name>...</name>
      <description>...</description>
    </hotelNonPreferredVendorAction>
    <carSizeLimitAction>
      <name>...</name>
      <description>...</description>
    </carSizeLimitAction>
    <carMaxDailyRate>...</carMaxDailyRate>
    <carMaxDailyRateAction>
      <name>...</name>
      <description>...</description>
    </carMaxDailyRateAction>
    <carNonPreferredVendor>...</carNonPreferredVendor>
    <carNonPreferredVendorAction>
      <name>...</name>
      <description>...</description>
    </carNonPreferredVendorAction>
    <railAllowed>...</railAllowed>
    <railBusinessAllowed>...</railBusinessAllowed>
    <notes>...</notes>
    <locked>...</locked>
    <dateLockExpired>...</dateLockExpired>
    <locksAfter>...</locksAfter>
    <airIsLowestLogical>...</airIsLowestLogical>
    <updated>...</updated>
    <overrideParentAir>...</overrideParentAir>
    <overrideParentHotel>...</overrideParentHotel>
    <overrideParentCar>...</overrideParentCar>
    <overrideParentGeneral>...</overrideParentGeneral>
    <sendEmailAfterTicketing>...</sendEmailAfterTicketing>
    <id>...</id>
    <version>...</version>
  </travelPolicy>
  <carType>
    <name>...</name>
    <id>...</id>
    <version>...</version>
  </carType>
  <id>...</id>
  <version>...</version>
  <violations/>
</clientTravelPolicyCar>