{
"cloud_object": {
"id": "http://example.com"
},
"note": {
"id": "http://example.com"
},
"activity_id": "01234567-abcd-dcba-ffff-000000000000",
"cloud_object_id": "01234567-abcd-dcba-ffff-000000000000",
"email_id": "01234567-abcd-dcba-ffff-000000000000",
"item_checked": false,
"lead_oppty_id": "01234567-abcd-dcba-ffff-000000000000",
"note_id": "01234567-abcd-dcba-ffff-000000000000",
"quote_id": "01234567-abcd-dcba-ffff-000000000000",
"step_checklist_id": "01234567-abcd-dcba-ffff-000000000000",
"revision": 1
}
curl --location --request PATCH '/entities/LeadOpptyStepCheckListRelations/' \
--header 'Content-Type: application/json' \
--data-raw '{
"cloud_object": {
"id": "http://example.com"
},
"note": {
"id": "http://example.com"
},
"activity_id": "01234567-abcd-dcba-ffff-000000000000",
"cloud_object_id": "01234567-abcd-dcba-ffff-000000000000",
"email_id": "01234567-abcd-dcba-ffff-000000000000",
"item_checked": false,
"lead_oppty_id": "01234567-abcd-dcba-ffff-000000000000",
"note_id": "01234567-abcd-dcba-ffff-000000000000",
"quote_id": "01234567-abcd-dcba-ffff-000000000000",
"step_checklist_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",
"appointment": "http://example.com",
"task": "http://example.com",
"cloud_object": "http://example.com",
"email": "http://example.com",
"lead": "http://example.com",
"oppty": "http://example.com",
"note": "http://example.com",
"quote": "http://example.com",
"step_checklist": "http://example.com",
"activity_id": "01234567-abcd-dcba-ffff-000000000000",
"cloud_object_id": "01234567-abcd-dcba-ffff-000000000000",
"email_id": "01234567-abcd-dcba-ffff-000000000000",
"item_checked": false,
"lead_oppty_id": "01234567-abcd-dcba-ffff-000000000000",
"note_id": "01234567-abcd-dcba-ffff-000000000000",
"quote_id": "01234567-abcd-dcba-ffff-000000000000",
"step_checklist_id": "01234567-abcd-dcba-ffff-000000000000",
"revision": 1
}
}