Skip to content

Instantly share code, notes, and snippets.

@rawaludin
Created May 26, 2017 00:29
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 rawaludin/0dca5bd6211d0891dc9f48930ed6565d to your computer and use it in GitHub Desktop.
Save rawaludin/0dca5bd6211d0891dc9f48930ed6565d to your computer and use it in GitHub Desktop.
{
"data":{
"attributes":{
"first_name":"TestContact update_addresses"
},
"relationships":{
"addresses":{
"data":[
{
"id": 12,
"attributes":{
"address_line_1":"Line 1",
"address_line_2":"Line 2",
"city":"Berlin",
"country":"DE",
"postal_code":"123",
"is_primary":false
}
}
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment