Skip to content

Instantly share code, notes, and snippets.

@tstachl
Created March 5, 2014 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tstachl/9376414 to your computer and use it in GitHub Desktop.
Save tstachl/9376414 to your computer and use it in GitHub Desktop.
client.post('/api/v2/customers', {
"emails": [
{
"type": "home",
"value": "jsmith@example.com"
}
],
"custom_fields": {
"user_id": null
}
}, function(err, body, response) {
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment