Skip to content

Instantly share code, notes, and snippets.

@kl4n4
Created December 12, 2011 09:43
Show Gist options
  • Select an option

  • Save kl4n4/1466250 to your computer and use it in GitHub Desktop.

Select an option

Save kl4n4/1466250 to your computer and use it in GitHub Desktop.
API Pricing Example (Successful)
POST /reservation/price
quantity=1&start_date=2011-11-01&end_date=2011-11-15&country_code=AT&insurance=false
~~~
HTTP/1.1 200
{
"success" : true,
"reservation" : {
"price" : "60.0",
"currency" : "EUR"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment