Skip to content

Instantly share code, notes, and snippets.

@bdmac
Last active December 20, 2015 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bdmac/6176418 to your computer and use it in GitHub Desktop.
Save bdmac/6176418 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]"
},
{
"rel": "guest_view",
"href": "[link to the guest's view of this reservation]"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment