Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Sample data
- {
- "attributes": {
- "first_name": "Salton",
- "last_name": "Massally",
- "phone": ["202-555-1234", "317-555-1234"],
- "email": "[email protected]"
- }
- }
- //Manually created beneficiary body
- {
- "id": "0",
- "firstname": "hello",
- "lastname": "world",
- "othernames": "False",
- "location_id": "5",
- "street": "qwerty",
- "street2": "False",
- "city": "Kolkata",
- "state_id": "577",
- "zip": "False",
- "country_id": "104",
- "phone": "False",
- "mobile": "False",
- "email": "False",
- "title": "0",
- "lang": "en_US",
- "gender": "male",
- "birthday": "False",
- "marital": "single",
- "national_id": "False",
- "passport_id": "False",
- "emergency_contact": "False",
- "emergency_phone": "False"
- }
- //Search index
- {
- "attributes":{
- "id": "0",
- "firstname": "hello",
- "lastname": "world",
- "othernames": "False",
- "location_id": "5",
- "street": "qwerty",
- "street2": "False",
- "city": "Kolkata",
- "state_id": "577",
- "zip": "False",
- "country_id": "104",
- "phone": "False",
- "mobile": "False",
- "email": "False",
- "title": "0",
- "lang": "en_US",
- "gender": "male",
- "birthday": "False",
- "marital": "single",
- "national_id": "False",
- "passport_id": "False",
- "emergency_contact": "False",
- "emergency_phone": "False"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment