Skip Navigation

Book Car Reservation

2.2.0
Car
Reservation
SOAP API
Travel Agency
  • Added ability to pass customer e-mail address or supplier fax number in the request message.
  • Corrected method of generating vehicle delivery address. The method used in previous versions resulted in errors.

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.
  • Corrected method of generating vehicle delivery address. The method used in previous versions resulted in errors.

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:

|-|FaxOrEmail|--|SWS.TEST@SABRE.COM|-|/FaxOrEmail|--|

Resolved Issues

In the Request

Optional

Description: corrected method of generating vehicle delivery address at /OTA_VehResRQ/VehResRQCore/Customer/DeliveryAddress. The method used in previous versions resulted in errors.


  • Added new parameter to the request message to be able to perform a sell based on previous car location, car rules and availability calls. Modified response schema from ../Vehicle/VehVendorAvail/VehResCore/RentalRate/Vehicle to VehicleType.

API Information

Format
XML
Current Version
2.1.0
Environment
Production

What's New

  • Added new parameter to the request message to be able to perform a sell based on previous car location, car rules and availability calls. Modified response schema from ../Vehicle/VehVendorAvail/VehResCore/RentalRate/Vehicle to VehicleType.

New Features

In the Request

Optional

Parameter: VehPrefs

Type: N/A

Description: Used to pass the vehicle category.

Sample Value:

        |-|VehPrefs|--|         |-|VehPref|--|              |-|VehType|--|SCAR|-|/VehType|--|           |-|/VehPref|--|
Note: Previously this element was mandatory.

In the Request

Optional

Parameter: PickUpDateTime

Type: N/A

Description: Used to specify the rental pickup date/time-related information.

Sample Value:

|-|VehRentalCore InsertAfter="0" PickUpDateTime="12-21T10:00" Quantity="1" ReturnDateTime="12-24T12:00" RPH="1"|--|
Note: Previously this element was mandatory.

In the Request

Optional

Parameter: Quantity

Type: N/A

Description: Used to specify the number of vehicles being requested if applicable.

Sample Value:

|-|VehRentalCore InsertAfter="0" PickUpDateTime="12-21T10:00" Quantity="1" ReturnDateTime="12-24T12:00" RPH="1"|--|
Note: Previously this element was mandatory.

In the Request

Optional

Parameter: ReturnDateTime

Type: N/A

Description: Used to specify the rental return date/time-related information.

Sample Value:

    |-|VehRentalCore InsertAfter="0" PickUpDateTime="12-21T10:00" Quantity="1" ReturnDateTime="12-24T12:00" RPH="1"|--|
Note: Previously this element was mandatory.

In the Request

Optional

Parameter: VendorPrefs

Type: N/A

Description: Used to specify a vendor code.

Sample Value:

|-|VendorPref Code="XX" Phone="8175551212"/|--|
Note: Previously this element was mandatory.

In the Request

Optional

Parameter: PickUpLocation

Type: N/A

Description: Used to specify the vehicle pick up location.

Sample Value:

|-|PickUpLocation LocationCode="FSG" ExtendedLocationCode="LONC18"|--|
Note: Previously this element was mandatory.

In the Request

Optional

Parameter: RPH

Type: integer

Description: Used to specify a line number in a OTA_VehAvailRateLLSRQ response to sell from.

Sample Value:

        |-|VehRentalCore InsertAfter="0" PickUpDateTime="12-21T10:00" Quantity="1" ReturnDateTime="12-24T12:00" RPH="1"|--|
Note: N/A

Resolved Issues

In the Response

Optional

Description: Modified response schema from /Vehicle/VehVendorAvail/VehResCore/RentalRate/Vehicle to VehicleType