Skip to content

Instantly share code, notes, and snippets.

@zpoley
Created October 25, 2011 05:35
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 zpoley/1311390 to your computer and use it in GitHub Desktop.
Save zpoley/1311390 to your computer and use it in GitHub Desktop.
POST /reservation/new
email=foo@example.com&quantity=1&start_date=2011-11-01&end_date=2011-11-15&country_code=AT&insurance=false&agreement=true&shipping_name=rudolf%20rampe&shipping_street=1820%20Bells&shipping_city=Vienna&shipping_country=AT&shipping_zip=91090
~~~
HTTP/1.1 200
{
"success" : true,
"reservation" : {
"code" : "BNXA05",
"email" : "foo@example.com",
"quantity" : 1,
"start_date" : "2011-11-01",
"end_date" : "2011-11-15",
"country_code" : "AT",
"insurance" : false,
"agreement" : true,
"shipping_name" : "rudolf rampe",
"shipping_street" : "1820 Bells",
"shipping_city" : "Vienna",
"shipping_country" : "AT",
"shipping_zip" : "91090"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment