Skip to content

Instantly share code, notes, and snippets.

@djfpaagman
Last active August 29, 2015 14:12
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 djfpaagman/a561e2a7557381d4a124 to your computer and use it in GitHub Desktop.
Save djfpaagman/a561e2a7557381d4a124 to your computer and use it in GitHub Desktop.
Responses for Springest Bookings API
{
"id": "123123"
}
{
"error": {
"first_name": [
"is required"
],
"email": [
"should be an email address"
]
}
}
{
"error": {
"conversion_type": "not allowed"
}
}
{
"error": "Forbidden"
}
{
"error": "The specified training does not exist"
}
{
"status": "success"
}
{
"error": "Not found"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment