Skip to content

Instantly share code, notes, and snippets.

@MasonM
Created September 13, 2012 15:44
Show Gist options
  • Save MasonM/3715201 to your computer and use it in GitHub Desktop.
Save MasonM/3715201 to your computer and use it in GitHub Desktop.
Nutshell editContact() example with phone numbers
{
"id": "b16e2779",
"method": "editContact",
"params": {
"contactId": 1234,
"rev": "15",
"contact": {
"phone": {
"phone": "717-555-0480",
"home": "+216 717-555-6633",
"work": "877-555-5001"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment