{
"account_id": "01234567-abcd-dcba-ffff-000000000000",
"contact_id": "01234567-abcd-dcba-ffff-000000000000",
"email_id": "01234567-abcd-dcba-ffff-000000000000",
"lead_id": "01234567-abcd-dcba-ffff-000000000000",
"oppty_id": "01234567-abcd-dcba-ffff-000000000000",
"process_id": "01234567-abcd-dcba-ffff-000000000000",
"project_id": "01234567-abcd-dcba-ffff-000000000000",
"tag_id": "01234567-abcd-dcba-ffff-000000000000",
"revision": 1
}
curl --location --request POST '/entities/TagRelations' \
--header 'Content-Type: application / json' \
--data-raw '{
"account_id": "01234567-abcd-dcba-ffff-000000000000",
"contact_id": "01234567-abcd-dcba-ffff-000000000000",
"email_id": "01234567-abcd-dcba-ffff-000000000000",
"lead_id": "01234567-abcd-dcba-ffff-000000000000",
"oppty_id": "01234567-abcd-dcba-ffff-000000000000",
"process_id": "01234567-abcd-dcba-ffff-000000000000",
"project_id": "01234567-abcd-dcba-ffff-000000000000",
"tag_id": "01234567-abcd-dcba-ffff-000000000000",
"revision": 1
}'
{
"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",
"contact": "http://example.com",
"email": "http://example.com",
"lead": "http://example.com",
"oppty": "http://example.com",
"process": "http://example.com",
"project": "http://example.com",
"tag": "http://example.com",
"account_id": "01234567-abcd-dcba-ffff-000000000000",
"contact_id": "01234567-abcd-dcba-ffff-000000000000",
"email_id": "01234567-abcd-dcba-ffff-000000000000",
"lead_id": "01234567-abcd-dcba-ffff-000000000000",
"oppty_id": "01234567-abcd-dcba-ffff-000000000000",
"process_id": "01234567-abcd-dcba-ffff-000000000000",
"project_id": "01234567-abcd-dcba-ffff-000000000000",
"tag_id": "01234567-abcd-dcba-ffff-000000000000",
"revision": 1
}
}