Skip to content

Instantly share code, notes, and snippets.

@schenkman
Last active August 26, 2015 05:23
Show Gist options
  • Select an option

  • Save schenkman/7d4b3900dc2591c5910c to your computer and use it in GitHub Desktop.

Select an option

Save schenkman/7d4b3900dc2591c5910c to your computer and use it in GitHub Desktop.
Vehicle availability search between LAX and SFO 2016-10-02 - 2016-10-07
<OTA_VehAvailRateRQ Version='2.000' xmlns='http://www.opentravel.org/OTA/2003/05'>
<POS>
<Source ISOCountry='US'>
<RequestorID ID='6BF4143044B340B19FCE76788EB11271' ID_Context='Vibe' MessagePassword='abc123' Type='29'>
<CompanyName Code='TESTPART' CodeContext='Vibe'></CompanyName>
</RequestorID>
</Source>
</POS>
<VehAvailRQCore>
<VehRentalCore PickUpDateTime='2016-10-03T15:00:00' ReturnDateTime='2016-10-07T10:00:00'>
<PickUpLocation ExtendedLocationCode='LAX' LocationCode='LAX'></PickUpLocation>
<ReturnLocation ExtendedLocationCode='SFO' LocationCode='SFO'></ReturnLocation>
</VehRentalCore>
<VehPrefs>
<VehPref VehicleQty='1'>
<VehType VehicleCategory='10'></VehType>
</VehPref>
</VehPrefs>
</VehAvailRQCore>
<VehAvailRQInfo PassengerQty='1'></VehAvailRQInfo>
</OTA_VehAvailRateRQ>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment