Skip to content

Instantly share code, notes, and snippets.

@ryane
Forked from bdmac/gist:6176418
Last active August 29, 2015 14:07
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 ryane/64c75869352dd7862326 to your computer and use it in GitHub Desktop.
Save ryane/64c75869352dd7862326 to your computer and use it in GitHub Desktop.
[
{
"external_id":"12345qwert67890zxcvb",
"id":664,
"confirmation_number":"1234567890",
"state":"unauthorized",
"first_name":"Jane",
"last_name":"Doe",
"email":"support@checkmate.io",
"room_code": "STDK",
"room_description":"AAA Rate, AAA Membership Card Required Guest - Room, 1 King Or 2 Double, Sofabed",
"start_on":"2013-08-16",
"end_on":"2013-08-18",
"property_id":16,
"loyalty_number":null,
"average_daily_rate":"$343.16",
"room_charges":"$686.32",
"property":{
[property JSON representation]
},
"links":[
{
"rel":"self",
"href":"[api root url]/properties/[property_id]/reservations/[id]"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment