Advertisement
Guest User

struktur data internal notification system

a guest
Oct 14th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. {
  2. recipient : {
  3. name : 'Dewi Sartika',
  4. position : 'Frontoffice'
  5. },
  6. organization : {
  7. name : 'Poliklinik Spesialis'
  8. },
  9. types : [
  10. {
  11. id: 1,
  12. name: 'Email',
  13. value: 'dewisartika@gmail.com'
  14. },
  15. {
  16. id: 2,
  17. name: 'SMS',
  18. value: null
  19. },
  20. {
  21. id: 3,
  22. name: 'Whatsapp',
  23. value: '0877765675657'
  24. }
  25. ]
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement