Created
July 21, 2020 16:33
-
-
Save naveenvm93/2cae04300a44ec018eef05d84441cd5c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div itemscope="" itemtype="http://schema.org/RentalCarReservation"> | |
<meta itemprop="reservationNumber" content="53894589"> | |
<link itemprop="reservationStatus" href="http://schema.org/Confirmed"> | |
<div itemprop="underName" itemscope="" itemtype="http://schema.org/Person"> | |
<meta itemprop="name" content="Naveen Vm"> | |
</div> | |
<div itemprop="reservationFor" itemscope="" itemtype="http://schema.org/RentalCar"> | |
<meta itemprop="name" content="CCAR"> | |
<meta itemprop="model" content="Civic"> | |
<div itemprop="brand" itemscope="" itemtype="http://schema.org/Brand"> | |
<meta itemprop="name" content="Honda"> | |
</div> | |
<div itemprop="rentalCompany" itemscope="" itemtype="http://schema.org/Organization"> | |
<meta itemprop="name" content="SIXT"> | |
</div> | |
</div> | |
<div itemprop="pickupLocation" itemscope="" itemtype="http://schema.org/Place"> | |
<meta itemprop="name" content="DENVER INTL AIRPORT"> | |
<div itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress"> | |
<meta itemprop="streetAddress" content="25200 E 68th Ave"> | |
<meta itemprop="addressLocality" content="Aurora"> | |
<meta itemprop="addressRegion" content="UNITED STATES OF AMERICA"> | |
<meta itemprop="postalCode" content="80019"> | |
<meta itemprop="addressCountry" content="UNITED STATES OF AMERICA"> | |
</div> | |
<meta itemprop="telephone" content="9989989898"> | |
</div> | |
<meta itemprop="pickupTime" content="2020-06-23T16:00:00-07:00"> | |
<div itemprop="dropoffLocation" itemscope="" itemtype="http://schema.org/Place"> | |
<meta itemprop="name" content="DENVER INTL AIRPORT"> | |
<div itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress"> | |
<meta itemprop="streetAddress" content="25200 E 68th Ave"> | |
<meta itemprop="addressLocality" content="25200 E 68th Ave"> | |
<meta itemprop="addressRegion" content="UNITED STATES OF AMERICA"> | |
<meta itemprop="postalCode" content="80019"> | |
<meta itemprop="addressCountry" content="UNITED STATES OF AMERICA"> | |
</div> | |
<meta itemprop="telephone" content="9989989898"> | |
</div> | |
<meta itemprop="dropoffTime" content="2020-06-30T20:00:00-07:00"> | |
<div itemprop="potentialAction" itemscope="" itemtype="http://schema.org/ConfirmAction"> | |
<link itemprop="target" href="https://www.sixt.com/"> | |
</div> | |
<meta itemprop="modifiedTime" content="2027-08-05T16:00:00-07:00"> | |
<meta itemprop="modifyReservationUrl" content="https://www.sixt.com/"> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment