Skip to content

Instantly share code, notes, and snippets.

@eliotharper
Last active July 24, 2017 03:46
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 eliotharper/b378313c1031f4c916fe823e7faaa4fc to your computer and use it in GitHub Desktop.
Save eliotharper/b378313c1031f4c916fe823e7faaa4fc to your computer and use it in GitHub Desktop.
HOST: https://www.exacttargetapis.com
PATCH /contacts/v1/contacts
Authorization: Bearer {{accessToken}}
Content-Type: application/json
{
"contactKey":"1C7634EACB83EEACFC16889D8BCB957BA1001",
"contactId":null,
"attributeSets":[
{
"name":"MobileConnect Demographics",
"items":[
{
"values":[
{
"name":"Mobile Number",
"value":"0402646146"
},
{
"name":"Locale",
"value":"AU"
},
{
"name":"Status",
"value":2
},
{
"name":"Created Date",
"value":"{{dateTimeStamp}}"
},
{
"name":"Modified Date",
"value":"{{dateTimeStamp}}"
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment