{
"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"
}
]
}
curl --location --request POST '/entities/StepChecklists' \
--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"
}
]
}'
{
"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_type": "http://example.com",
"task_type": "http://example.com",
"cloud_object_template": "http://example.com",
"email_sequence": "http://example.com",
"field": "http://example.com",
"process": "http://example.com",
"send_email_field": "http://example.com",
"send_email_template": "http://example.com",
"step": "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",
"sort_order": 1,
"step_id": "01234567-abcd-dcba-ffff-000000000000",
"visibility_condition": "blob",
"visibility_type": 0,
"revision": 1,
"sales_roles": [
"http://example.com"
]
}
}