<?xml version="1.0" encoding="UTF-8"?>
<!--
  Modify restates the reservation. ModifyType="Quote" prices the change without
  saving it (ModifyStatus="Pending"); "Modify" applies it. Equipment, covers and
  the customer are replaced only when their element is present, so leaving
  SpecialEquipPrefs out keeps the equipment and an empty one removes it.
  If the change cannot be honoured the reservation is left exactly as it was.
-->
<OTA_VehModifyRQ xmlns="http://www.opentravel.org/OTA/2003/05" Version="1.0"
                 EchoToken="modify-1" ModifyType="Quote">
  <POS>
    <Source>
      <RequestorID Type="22" ID="your-agency" MessagePassword="kpk_live_REPLACE_ME"/>
    </Source>
  </POS>
  <VehModifyRQCore ModifyType="Quote">
    <UniqueID Type="16" ID="MY-REF-1"/>
    <VehRentalCore PickUpDateTime="2026-10-01T10:00:00" ReturnDateTime="2026-10-07T10:00:00">
      <PickUpLocation LocationCode="SBX-APT"/>
      <ReturnLocation LocationCode="SBX-APT"/>
    </VehRentalCore>
    <VehPref Code="CCAR"/>
    <DriverType Age="31"/>
  </VehModifyRQCore>
</OTA_VehModifyRQ>
