[
{
"ghost_contact": {
"id": "http://example.com"
},
"lead_oppty_contact_group_relation": {
"id": "http://example.com"
},
"comment": "string",
"ghost_contact_id": "01234567-abcd-dcba-ffff-000000000000",
"lead_oppty_contact_group_relation_id": "01234567-abcd-dcba-ffff-000000000000",
"lead_oppty_id": "01234567-abcd-dcba-ffff-000000000000",
"position_in_group": {},
"revision": 1,
"sales_roles": [
{
"id": "http://example.com"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
curl --location --request POST '/entities/GhostLeadOpptyContactRelations/batch-modify' \
--header 'Content-Type: application / json' \
--data-raw '[
{
"ghost_contact": {
"id": "http://example.com"
},
"lead_oppty_contact_group_relation": {
"id": "http://example.com"
},
"comment": "string",
"ghost_contact_id": "01234567-abcd-dcba-ffff-000000000000",
"lead_oppty_contact_group_relation_id": "01234567-abcd-dcba-ffff-000000000000",
"lead_oppty_id": "01234567-abcd-dcba-ffff-000000000000",
"position_in_group": {},
"revision": 1,
"sales_roles": [
{
"id": "http://example.com"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]'
{
"success": true,
"data": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}