Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. {
  2. "code": "BadRequestError",
  3. "message": "{"checked_in":["Checked in can't be blank"]}"
  4. }
  5.  
  6. {
  7. "id": "{guest_id}",
  8. "first_name": "Bob",
  9. "last_name": "Jones"
  10. }
  11.  
  12. {
  13. "id": "{guest_id}",
  14. "first_name": "Bob",
  15. "last_name": "Jones",
  16. "checked_in_status": {
  17. "checked_in": 1,
  18. "checked_in_at": "2017-02-23T19:40:20.576Z",
  19. "checked_out_at": "2017-02-23T19:40:20.576Z"
  20. }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement