Guest User

Untitled

a guest
Jan 22nd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. {
  2. "data":{
  3. "maxpage":1,
  4. "page":1,
  5. "count":2,
  6. "contacts":[
  7. {
  8. "company":"Acme Inc.",
  9. "nextaction":{
  10. "text":"Contact Jane to confirm she has received our deal",
  11. "date":"31.08.2011",
  12. "next":false
  13. },
  14. "id":"4e5dea10638190102c00033d",
  15. "pendingdeal":false,
  16. "lastname":"Doe",
  17. "tags":[
  18.  
  19. ],
  20. "vip":false,
  21. "firstname":"Jane",
  22. "status":"customer"
  23. },
  24. {
  25. "company":"Big Company Inc.",
  26. "nextaction":{
  27. "text":"Call Joe to see if he wants to reorder",
  28. "date":"31.08.2011",
  29. "next":false
  30. },
  31. "id":"4e5dea11638190102c000361",
  32. "pendingdeal":true,
  33. "lastname":"Bloggs",
  34. "tags":[
  35.  
  36. ],
  37. "vip":false,
  38. "firstname":"Joe",
  39. "status":"prospect"
  40. }
  41. ]
  42. },
  43. "timestamp":1317129564,
  44. "message":"OK",
  45. "status":0
  46. }
Add Comment
Please, Sign In to add comment