Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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