Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. {
  2. "firstName": "John",
  3. "lastName": "Doe",
  4. "appId": "64f00bcb-cc04-4ed9-89fc-3b9b1a448dae"
  5. }
  6.  
  7. {
  8. "title": "Some Event",
  9. "eventDate": "2015-02-24 04:46 PM",
  10. "isoDate": "2015-02-24T20:46:00.000Z",
  11. "appId": "64f00bcb-cc04-4ed9-89fc-3b9b1a448dae",
  12. "attendees": [
  13. {"contactId": "c8ae2767-5fe5-4d41-ad6a-b10bd6e62f03", "attended": true},
  14. {"contactId": "eacff8ff-b691-4d82-9429-898a097ea43a", "attended": true},
  15. {"contactId": "70ab166c-c0a0-488a-9d5f-6f0b70a32125", "attended": false},
  16. {"contactId": "34944c69-ebdb-49c6-bd1b-cdb0d191f124", "attended": true},
  17. {"contactId": "8907e99e-96d6-46e9-a76f-1f9ce7f760d3", "attended": true}
  18. ]
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement