Advertisement
Guest User

Untitled

a guest
Dec 11th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.57 KB | None | 0 0
  1. {
  2. "message": {
  3. "token": "$token",
  4. "notification": {
  5. "title": "$title",
  6. "body": "$messageBody"
  7. },
  8. "data": {
  9. "checkIn_comment_uuid": "152beaae-8a5f-474e-aaa2-280db37d5077",
  10. "checkin_uuid": "97ef8085-5903-4d21-9466-5a2ae5f939b0",
  11. "person": {
  12. "uuid": "298a5bdd-ec90-40e3-8af1-b25331e9e856",
  13. "first_name": "some firstName",
  14. "last_name": "some lastName",
  15. "gender": "M",
  16. "avatar_url": "hhtp://avatarhost/person_avatar"
  17. },
  18. "place": {
  19. "uuid": "07c1ca9d-f835-4405-a421-bacae44617b2",
  20. "avatar_url": "hhtp://avatarhost/place_avatar"
  21. },
  22. "type": "checkIn_comment"
  23. }
  24. }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement