Skip to content

Instantly share code, notes, and snippets.

@danielmurphy
Last active December 17, 2015 13:19
Show Gist options
  • Save danielmurphy/5616554 to your computer and use it in GitHub Desktop.
Save danielmurphy/5616554 to your computer and use it in GitHub Desktop.
Example parameters for creating a person
{ "person":
{
"first_name": "PiCO",
"last_name": "Das Robot",
"contact_data": {
"addresses": [{
"city": "Carlsbad",
"state": "CA",
"street": "2790 Gateway Dr.",
"zip": "92009",
"location": "Work"
}],
"email_addresses": [{
"address": "pico@planningcenteronline.com",
"location": "Work"
}],
"phone_numbers": [{
"number": "(888) 777-2821",
"location": "Work"
}]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment