Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. operation <users/contacts> with params {
  2. collection = (
  3. {
  4. birthday = "1978-01-20";
  5. email = "kate-bell@mac.com";
  6. "facebook_id" = "";
  7. "first_name" = Kate;
  8. "last_name" = Bell;
  9. "phone_number" = "(555) 564-8583";
  10. },
  11. {
  12. birthday = "";
  13. email = "d-higgins@mac.com";
  14. "facebook_id" = "";
  15. "first_name" = Daniel;
  16. "last_name" = Higgins;
  17. "phone_number" = "555-478-7672";
  18. },
  19. {
  20. birthday = "1980-06-22";
  21. email = "John-Appleseed@mac.com";
  22. "facebook_id" = "";
  23. "first_name" = John;
  24. "last_name" = Appleseed;
  25. "phone_number" = "888-555-5512";
  26. },
  27. {
  28. birthday = "1985-08-29";
  29. email = "anna-haro@mac.com";
  30. "facebook_id" = "";
  31. "first_name" = Anna;
  32. "last_name" = Haro;
  33. "phone_number" = "555-522-8243";
  34. },
  35. {
  36. birthday = "";
  37. email = "hank-zakroff@mac.com";
  38. "facebook_id" = "";
  39. "first_name" = Hank;
  40. "last_name" = Zakroff;
  41. "phone_number" = "(555) 766-4823";
  42. },
  43. {
  44. birthday = "1998-06-15";
  45. email = "";
  46. "facebook_id" = "";
  47. "first_name" = David;
  48. "last_name" = Taylor;
  49. "phone_number" = "555-610-6679";
  50. }
  51. );
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement