v2.2.1 | January 7, 2021
- Modifed request schema element .../VehResRQCore/VehRentalCore/PickUpLocation/ArrivalFlightInfo from mandatory to optional.
- Modified response schema .../Vehicle/VehVendorAvail/VehResCore/RentalRate/Vehicle to VehicleType
API Information
Response Format
XML
Service Action Code
VehResModifyLLSRQ
Current Version
2.2.1
Target Audience
TN
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
Relase note ID: 15323
v2.2.0 | February 28, 2019
- 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
Response Format
XML
Service Action Code
VehResModifyLLSRQ
Current Version
2.2.0
Target Audience
TN
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>Note:
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.
Relase note ID: 12906