Skip to content

Instantly share code, notes, and snippets.

@rruhlen
Created July 11, 2018 05:52
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 rruhlen/ee9954c6f26fbd10496d84e77d439994 to your computer and use it in GitHub Desktop.
Save rruhlen/ee9954c6f26fbd10496d84e77d439994 to your computer and use it in GitHub Desktop.
Post JSON to /api/v2/customers to create a customer record in your Desk account
{
"first_name": "Ricky",
"last_name": "Ruhlen",
"emails": [{
"type": "work",
"value": "ricky@gmail.com"
},
{
"type": "home",
"value": "ricky@aol.com"
}
],
"phone_numbers": {
"type": "home",
"value": "650-925-4311"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment