{
"lead_oppty_contact_group_relation": {
"id": "http://example.com"
},
"comment": "string",
"contact_id": "01234567-abcd-dcba-ffff-000000000000",
"is_primary": false,
"lead_oppty_contact_group_relation_id": "01234567-abcd-dcba-ffff-000000000000",
"lead_oppty_id": "01234567-abcd-dcba-ffff-000000000000",
"position_in_group": {},
"relationship": 0,
"revision": 1,
"sales_roles": [
{
"id": "http://example.com"
}
]
}
curl --location --request POST '/entities/LeadOpptyContactRelations' \
--header 'Content-Type: application / json' \
--data-raw '{
"lead_oppty_contact_group_relation": {
"id": "http://example.com"
},
"comment": "string",
"contact_id": "01234567-abcd-dcba-ffff-000000000000",
"is_primary": false,
"lead_oppty_contact_group_relation_id": "01234567-abcd-dcba-ffff-000000000000",
"lead_oppty_id": "01234567-abcd-dcba-ffff-000000000000",
"position_in_group": {},
"relationship": 0,
"revision": 1,
"sales_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",
"contact": "http://example.com",
"lead_oppty_contact_group_relation": "http://example.com",
"lead": "http://example.com",
"oppty": "http://example.com",
"comment": "string",
"contact_id": "01234567-abcd-dcba-ffff-000000000000",
"is_primary": false,
"lead_oppty_contact_group_relation_id": "01234567-abcd-dcba-ffff-000000000000",
"lead_oppty_id": "01234567-abcd-dcba-ffff-000000000000",
"position_in_group": {},
"relationship": 0,
"revision": 1,
"sales_roles": [
"http://example.com"
]
}
}