Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save kl4n4/1466195 to your computer and use it in GitHub Desktop.
API Pricing Example (Failure)
POST /reservation/price
quantity=1&start_date=2011-11-01&country_code=XA&insurance=false
~~~
HTTP/1.1 400
{
"success" : false,
"errors" : [
{
"code" : 1303,
"message" : "Missing end_date."
},
{
"code" : 1404,
"message" : "Invalid country_code."
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment