<?xml version="1.0" encoding="UTF-8"?>
<!--
  Shop: availability and full charges for one window.
  Datetimes without an offset are the station's local wall clock.
  EquipType 8 is a child seat; drop SpecialEquipPrefs for a shop-window price.
-->
<OTA_VehAvailRateRQ xmlns="http://www.opentravel.org/OTA/2003/05" Version="1.0" EchoToken="shop-1">
  <POS>
    <Source>
      <RequestorID Type="22" ID="your-agency" MessagePassword="kpk_live_REPLACE_ME"/>
    </Source>
  </POS>
  <VehAvailRQCore Status="Available">
    <VehRentalCore PickUpDateTime="2026-10-01T10:00:00" ReturnDateTime="2026-10-05T10:00:00">
      <PickUpLocation LocationCode="SBX-APT"/>
      <ReturnLocation LocationCode="SBX-APT"/>
    </VehRentalCore>
    <DriverType Age="31"/>
    <SpecialEquipPrefs>
      <SpecialEquipPref EquipType="8" Quantity="1"/>
    </SpecialEquipPrefs>
  </VehAvailRQCore>
  <VehAvailRQInfo>
    <CoveragePrefs>
      <CoveragePref Code="SCDW" PreferLevel="Preferred"/>
    </CoveragePrefs>
  </VehAvailRQInfo>
</OTA_VehAvailRateRQ>
