[
{
"cloud_object_template": {
"id": "http://example.com"
},
"activity_type_id": "01234567-abcd-dcba-ffff-000000000000",
"cloud_object_format": 0,
"cloud_object_template_id": "01234567-abcd-dcba-ffff-000000000000",
"description": "string",
"email_sequence_id": "01234567-abcd-dcba-ffff-000000000000",
"field_id": "01234567-abcd-dcba-ffff-000000000000",
"item_type": 1,
"item_validation": 1,
"label": "string",
"label_use_lang": false,
"process_id": "01234567-abcd-dcba-ffff-000000000000",
"send_email_field_id": "01234567-abcd-dcba-ffff-000000000000",
"send_email_template_id": "01234567-abcd-dcba-ffff-000000000000",
"step_id": "01234567-abcd-dcba-ffff-000000000000",
"visibility_condition": "blob",
"visibility_type": 0,
"revision": 1,
"sales_roles": [
{
"id": "http://example.com"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
curl --location --request POST '/entities/StepChecklists/batch-modify' \
--header 'Content-Type: application / json' \
--data-raw '[
{
"cloud_object_template": {
"id": "http://example.com"
},
"activity_type_id": "01234567-abcd-dcba-ffff-000000000000",
"cloud_object_format": 0,
"cloud_object_template_id": "01234567-abcd-dcba-ffff-000000000000",
"description": "string",
"email_sequence_id": "01234567-abcd-dcba-ffff-000000000000",
"field_id": "01234567-abcd-dcba-ffff-000000000000",
"item_type": 1,
"item_validation": 1,
"label": "string",
"label_use_lang": false,
"process_id": "01234567-abcd-dcba-ffff-000000000000",
"send_email_field_id": "01234567-abcd-dcba-ffff-000000000000",
"send_email_template_id": "01234567-abcd-dcba-ffff-000000000000",
"step_id": "01234567-abcd-dcba-ffff-000000000000",
"visibility_condition": "blob",
"visibility_type": 0,
"revision": 1,
"sales_roles": [
{
"id": "http://example.com"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]'
{
"success": true,
"data": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}