{
"ghost_contact": {
"id": "http://example.com"
},
"account_id": "01234567-abcd-dcba-ffff-000000000000",
"comment": "string",
"ghost_contact_id": "01234567-abcd-dcba-ffff-000000000000",
"is_assistant": false,
"is_sibling": false,
"position": "string",
"revision": 1,
"account_roles": [
{
"id": "http://example.com"
}
]
}
curl --location --request PATCH '/entities/GhostContactAccountRelations/' \
--header 'Content-Type: application/json' \
--data-raw '{
"ghost_contact": {
"id": "http://example.com"
},
"account_id": "01234567-abcd-dcba-ffff-000000000000",
"comment": "string",
"ghost_contact_id": "01234567-abcd-dcba-ffff-000000000000",
"is_assistant": false,
"is_sibling": false,
"position": "string",
"revision": 1,
"account_roles": [
{
"id": "http://example.com"
}
]
}'
{
"success": true,
"data": {
"is_delete_protected": false,
"id": "01234567-abcd-dcba-ffff-000000000000",
"is_deleted": false,
"modified": "2019-01-01T00:00:00",
"created": "2019-01-01T00:00:00",
"account": "http://example.com",
"ghost_contact": "http://example.com",
"account_id": "01234567-abcd-dcba-ffff-000000000000",
"comment": "string",
"ghost_contact_id": "01234567-abcd-dcba-ffff-000000000000",
"is_assistant": false,
"is_sibling": false,
"position": "string",
"revision": 1,
"account_roles": [
"http://example.com"
]
}
}