Skip to content

Instantly share code, notes, and snippets.

@kru
Last active May 19, 2017 16:39
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 kru/e310663fc7fb981a258e8fcaf73a3a08 to your computer and use it in GitHub Desktop.
Save kru/e310663fc7fb981a258e8fcaf73a3a08 to your computer and use it in GitHub Desktop.
request to the endpoint staging
{
"data": {
"attributes": {
"first_name": "Carley"
},
"relationships": {
"object-custom-fields": {
"data": [
{
"attributes": {
"field":"custom_date",
"value": "2019-18-07"
}
}
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment