ishanra

Untitled

Apr 27th, 2021
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. //Sample data
  2. {
  3. "attributes": {
  4. "first_name": "Salton",
  5. "last_name": "Massally",
  6. "phone": ["202-555-1234", "317-555-1234"],
  7. "email": "[email protected]"
  8. }
  9. }
  10.  
  11. //Manually created beneficiary body
  12. {
  13. "id": "0",
  14. "firstname": "hello",
  15. "lastname": "world",
  16. "othernames": "False",
  17. "location_id": "5",
  18. "street": "qwerty",
  19. "street2": "False",
  20. "city": "Kolkata",
  21. "state_id": "577",
  22. "zip": "False",
  23. "country_id": "104",
  24. "phone": "False",
  25. "mobile": "False",
  26. "email": "False",
  27. "title": "0",
  28. "lang": "en_US",
  29. "gender": "male",
  30. "birthday": "False",
  31. "marital": "single",
  32. "national_id": "False",
  33. "passport_id": "False",
  34. "emergency_contact": "False",
  35. "emergency_phone": "False"
  36. }
  37. //Search index
  38. {
  39. "attributes":{
  40. "id": "0",
  41. "firstname": "hello",
  42. "lastname": "world",
  43. "othernames": "False",
  44. "location_id": "5",
  45. "street": "qwerty",
  46. "street2": "False",
  47. "city": "Kolkata",
  48. "state_id": "577",
  49. "zip": "False",
  50. "country_id": "104",
  51. "phone": "False",
  52. "mobile": "False",
  53. "email": "False",
  54. "title": "0",
  55. "lang": "en_US",
  56. "gender": "male",
  57. "birthday": "False",
  58. "marital": "single",
  59. "national_id": "False",
  60. "passport_id": "False",
  61. "emergency_contact": "False",
  62. "emergency_phone": "False"
  63. }
  64. }
Advertisement
Add Comment
Please, Sign In to add comment