{
"account_id": "01234567-abcd-dcba-ffff-000000000000",
"actor_id": "01234567-abcd-dcba-ffff-000000000000",
"application_id": "01234567-abcd-dcba-ffff-000000000000",
"contact_id": "01234567-abcd-dcba-ffff-000000000000",
"email_sequence_activity_log_id": "01234567-abcd-dcba-ffff-000000000000",
"email_sequence_id": "01234567-abcd-dcba-ffff-000000000000",
"end_reason": 0,
"end_time": "2019-01-01T00:00:00",
"excluded_from_stats": false,
"lead_id": "01234567-abcd-dcba-ffff-000000000000",
"oppty_id": "01234567-abcd-dcba-ffff-000000000000",
"project_id": "01234567-abcd-dcba-ffff-000000000000",
"start_time": "2019-01-01T00:00:00"
}
curl --location --request PATCH '/entities/EmailSequenceEnrolleds/' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_id": "01234567-abcd-dcba-ffff-000000000000",
"actor_id": "01234567-abcd-dcba-ffff-000000000000",
"application_id": "01234567-abcd-dcba-ffff-000000000000",
"contact_id": "01234567-abcd-dcba-ffff-000000000000",
"email_sequence_activity_log_id": "01234567-abcd-dcba-ffff-000000000000",
"email_sequence_id": "01234567-abcd-dcba-ffff-000000000000",
"end_reason": 0,
"end_time": "2019-01-01T00:00:00",
"excluded_from_stats": false,
"lead_id": "01234567-abcd-dcba-ffff-000000000000",
"oppty_id": "01234567-abcd-dcba-ffff-000000000000",
"project_id": "01234567-abcd-dcba-ffff-000000000000",
"start_time": "2019-01-01T00:00:00"
}'
{
"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",
"actor": "http://example.com",
"application": "http://example.com",
"contact": "http://example.com",
"email_sequence_activity_log": "http://example.com",
"email_sequence": "http://example.com",
"lead": "http://example.com",
"oppty": "http://example.com",
"project": "http://example.com",
"account_id": "01234567-abcd-dcba-ffff-000000000000",
"actor_id": "01234567-abcd-dcba-ffff-000000000000",
"application_id": "01234567-abcd-dcba-ffff-000000000000",
"contact_id": "01234567-abcd-dcba-ffff-000000000000",
"email_sequence_activity_log_id": "01234567-abcd-dcba-ffff-000000000000",
"email_sequence_id": "01234567-abcd-dcba-ffff-000000000000",
"end_reason": 0,
"end_time": "2019-01-01T00:00:00",
"entity_id": "01234567-abcd-dcba-ffff-000000000000",
"entity_type": 1,
"excluded_from_stats": false,
"lead_id": "01234567-abcd-dcba-ffff-000000000000",
"oppty_id": "01234567-abcd-dcba-ffff-000000000000",
"project_id": "01234567-abcd-dcba-ffff-000000000000",
"start_time": "2019-01-01T00:00:00",
"step_count": 1,
"step_index": 1,
"entity_name": "string"
}
}