Skip to content

Instantly share code, notes, and snippets.

@igortoliveira
Created April 22, 2014 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igortoliveira/11189265 to your computer and use it in GitHub Desktop.
Save igortoliveira/11189265 to your computer and use it in GitHub Desktop.
{
"tripDetails": {
"bookingType": "DOLLAR",
"departingFlightList": [
{
"departingFlights": [
{
"flightSegment": {
"aircraftType": "A320",
"arrival": "SJD",
"arrivalDateTime": "2014-06-27T16:00:00-06:00",
"classOfService": "M",
"departure": "SFO",
"departureDateTime": "2014-06-27T11:50:00-07:00",
"flightNum": "276"
},
"flightType": "NON_STOP"
}
]
}
],
"departingFlightType": "NON_STOP",
"departingSelectedFare": {
"dollarFare": {
"baseFare": 229,
"totalFare": 254
}
},
"destination": "SJD",
"numOfAdults": 1,
"numOfChildren": 0,
"numOfInfants": 1,
"origin": "SFO",
"returningFlightList": [
{
"flightSegment": {
"aircraftType": "A320",
"arrival": "SFO",
"arrivalDateTime": "2014-06-30T19:00:00-07:00",
"classOfService": "B",
"departure": "SJD",
"departureDateTime": "2014-06-30T17:00:00-06:00",
"flightNum": "279"
},
"flightType": "NON_STOP"
}
],
"returningFlightType": "NON_STOP",
"returningSelectedFare": {
"dollarFare": {
"baseFare": 394,
"totalFare": 493
}
},
"tripType": "ROUND_TRIP"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment