<?xml version="1.0" encoding="UTF-8"?>
<!--
  Book. Voucher @Identifier is your own reference and also the idempotency
  key: sending it twice returns the original reservation, never a duplicate.
  The response carries our confirmation as ConfID Type="14" and yours as "16".
-->
<OTA_VehResRQ xmlns="http://www.opentravel.org/OTA/2003/05" Version="1.0" EchoToken="book-1">
  <POS>
    <Source>
      <RequestorID Type="22" ID="your-agency" MessagePassword="kpk_live_REPLACE_ME"/>
    </Source>
  </POS>
  <VehResRQCore Status="Available">
    <VehRentalCore PickUpDateTime="2026-10-01T10:00:00" ReturnDateTime="2026-10-05T10:00:00">
      <PickUpLocation LocationCode="SBX-APT"/>
      <ReturnLocation LocationCode="SBX-APT"/>
    </VehRentalCore>
    <Customer>
      <Primary>
        <PersonName>
          <GivenName>Test</GivenName>
          <Surname>Broker</Surname>
        </PersonName>
        <Telephone PhoneNumber="+2975551234"/>
        <Email>test@example.com</Email>
      </Primary>
    </Customer>
    <VehPref Code="CCAR"/>
    <DriverType Age="31"/>
    <SpecialEquipPrefs>
      <SpecialEquipPref EquipType="8" Quantity="1"/>
    </SpecialEquipPrefs>
  </VehResRQCore>
  <VehResRQInfo>
    <RentalPaymentPref>
      <Voucher Identifier="MY-REF-1"/>
    </RentalPaymentPref>
  </VehResRQInfo>
</OTA_VehResRQ>
