{
"contact_relation": {
"id": "http://example.com"
},
"contact_relation_id": "01234567-abcd-dcba-ffff-000000000000",
"contact_relation_type_id": "01234567-abcd-dcba-ffff-000000000000",
"revision": 1
}
curl --location --request POST '/entities/ContactRelationLabels' \
--header 'Content-Type: application / json' \
--data-raw '{
"contact_relation": {
"id": "http://example.com"
},
"contact_relation_id": "01234567-abcd-dcba-ffff-000000000000",
"contact_relation_type_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",
"contact_relation": "http://example.com",
"contact_relation_type": "http://example.com",
"contact_relation_id": "01234567-abcd-dcba-ffff-000000000000",
"contact_relation_type_id": "01234567-abcd-dcba-ffff-000000000000",
"revision": 1
}
}