Skip to content

Instantly share code, notes, and snippets.

@avilches
Created November 24, 2010 08:32
Show Gist options
  • Save avilches/713332 to your computer and use it in GitHub Desktop.
Save avilches/713332 to your computer and use it in GitHub Desktop.
JSON to create a contact
{"contact":{
"user_id":8,
"name":"Test",
"gender":"male",
"title":"Title",
"business":"Paradigma",
"data":[
{"type":"telephone","value":"+15717483198", "rel":"work","is_primary":true},
{"type":"email", "value":"pepitp@gmail.com","label":"wow","is_primary":false}
],
"groups":[1,2,3,4,5,6]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment