Skip Navigation

Modify Car Reservation

2.2.1
Car
Reservation
SOAP API
Travel Agency
  • Modifed request schema element .../VehResRQCore/VehRentalCore/PickUpLocation/ArrivalFlightInfo from mandatory to optional.
  • Modified response schema .../Vehicle/VehVendorAvail/VehResCore/RentalRate/Vehicle to VehicleType

API Information

Format
XML
Current Version
2.2.1
Environment
Production

What's New

  • Modifed request schema element .../VehResRQCore/VehRentalCore/PickUpLocation/ArrivalFlightInfo from mandatory to optional.
  • Modified response schema .../Vehicle/VehVendorAvail/VehResCore/RentalRate/Vehicle to VehicleType


  • Added ability to pass customer e-mail address or supplier fax number in the request message.
  • Added ability to delete corporate Ids, ID numbers, Promotion Codes, Tour Codes and Special Equipment Preferences.

API Information

Format
XML
Current Version
2.2.0
Environment
Production

What's New

  • Added ability to pass customer e-mail address or supplier fax number in the request message.
  • Added ability to delete corporate Ids, ID numbers, Promotion Codes, Tour Codes and Special Equipment Preferences.

Functional Updates And Enhancements

In the Request

Optional

Parameter: FaxOrEmail

Type: string

Description: Used to pass fax number or e-mail address related to the car renter or traveler

Sample Value:

|-|VehResModifyRQ Version="2.2.0"|--|   |-|VehResRQCore RPH="1"|--|     |-|Customer|--|         |-|DeliveryAddress|--|              |-|CityName|--|SOUTHLAKE|-|/CityName|--|                |-|CountryCode|--|US|-|/CountryCode|--|             |-|PostalCode|--|76092|-|/PostalCode|--|                |-|StateCountyProv StateCode="TX"/|--|              |-|StreetNmbr|--|3150 SABRE DRIVE|-|/StreetNmbr|--|         |-|/DeliveryAddress|--|         |-|FaxOrEmail|--|SWS.TEST@SABRE.COM|-|/FaxOrEmail|--|       |-|/Customer|--|    |-|/VehResRQCore|--||-|/VehResModifyRQ|--|

In the Request

Optional

Parameter: N/A

Type: N/A

Description: It is now possible to delete the values of multiple reservation fields (Corporate ID, IDs, Promo Codes, Tour Codes)

Sample Value:

|-|VehResModifyRQ Version="2.2.0"|--|   |-|VehResRQCore RPH="1"|--|     |-|RateQualifier|--|            |-|Corporate|--|                |-|ID/|--|          |-|/Corporate|--|           |-|ID|--|               |-|Number/|--|          |-|/ID|--|          |-|Promotion|--|                |-|Code/|--|            |-|/Promotion|--|           |-|TourCode|--|             |-|Text/|--|            |-|/TourCode|--|        |-|/RateQualifier|--|       |-|SpecialEquipPrefs|--|            |-|SpecialEquipPref/|--|        |-|/SpecialEquipPrefs|--|   |-|/VehResRQCore|--||-|/VehResModifyRQ|--|
Note: The deletion is performed by means of sending an empty value element. See sample value.