Last active
June 20, 2017 04:28
-
-
Save joshco/a485a650813f6fa6142054f9a08df515 to your computer and use it in GitHub Desktop.
van osdi record attendance
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"origin_system": "marriage_hero", | |
"van:shift": { | |
"shift_id": 1 | |
}, | |
"van:location": { | |
"location_id": 2 | |
}, | |
"van:role": { | |
"role_id": 3, | |
"name": "UNKNOWN" | |
}, | |
"van:status": { | |
"status_id": 4 | |
}, | |
"status": "accepted", | |
"person": { | |
"given_name": "Josh", | |
"family_name": "Cohen", | |
"email_addresses": [ | |
{ | |
"address": "[email protected]", | |
"status": "subscribed" | |
} | |
], | |
"phone_numbers": [ | |
{ | |
"number": "5552265555", | |
"number_type": "Mobile" | |
} | |
], | |
"postal_addresses": [ | |
{ | |
"postal_code": "08816" | |
} | |
], | |
"custom_fields": { | |
"preferred_language": "english", | |
"custom_fields": { | |
"org_referrer": "hrc" | |
}, | |
"org_referrer": "hrc", | |
"foo": "", | |
"poll_id": 0, | |
"get_involved": "technical", | |
"languages_.NET": "1", | |
"languages_PowerShell": "1", | |
"languages_Ruby": "1", | |
"organization": "Hero", | |
"tools": "Salsa, VAN", | |
"wishlist": "Make my donations larger!", | |
"hero_code": "hero_signup" | |
}, | |
"identifiers": [ | |
"marriage_hero:1", | |
"xyz:1" | |
], | |
"profiles": [ | |
{ | |
"provider": "facebook", | |
"id": "1033333333333333" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment