Skip to content

Instantly share code, notes, and snippets.

@diegonakamashi
Created March 26, 2014 17:46
Show Gist options
  • Select an option

  • Save diegonakamashi/9789125 to your computer and use it in GitHub Desktop.

Select an option

Save diegonakamashi/9789125 to your computer and use it in GitHub Desktop.
"locator": {
"loc": "123Q",
"username": "Vizir",
"tickets": [
{
"passenger": {
"name": "MR. Pax1"
},
"payment": {
"type": "credit_card"
},
"flight_groups": [
{
"origin": "SAO",
"destination": "RIO",
"departure_at": "2014-03-26 22:00:00",
"arrival_at": "2014-03-26 22:00:00"
},
{
"origin": "RIO",
"destination": "SAO",
"departure_at": "2014-03-26 22:00:00",
"arrival_at": "2014-03-26 22:00:00"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment