[
{
"color": 1,
"name": "string",
"revision": 1,
"steps": [
{
"description": "string",
"has_readonly_form": false,
"has_version_increment": false,
"lead_process_id": "01234567-abcd-dcba-ffff-000000000000",
"name": "string",
"percent": 1,
"quote_process_id": "01234567-abcd-dcba-ffff-000000000000",
"sort_order": 1,
"timeframe": 1,
"revision": 1,
"documents": [
{
"id": "http://example.com"
}
],
"step_checklists": [
{
"id": "http://example.com"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
curl --location --request POST '/entities/LeadProcesses/batch-modify' \
--header 'Content-Type: application / json' \
--data-raw '[
{
"color": 1,
"name": "string",
"revision": 1,
"steps": [
{
"description": "string",
"has_readonly_form": false,
"has_version_increment": false,
"lead_process_id": "01234567-abcd-dcba-ffff-000000000000",
"name": "string",
"percent": 1,
"quote_process_id": "01234567-abcd-dcba-ffff-000000000000",
"sort_order": 1,
"timeframe": 1,
"revision": 1,
"documents": [
{
"id": "http://example.com"
}
],
"step_checklists": [
{
"id": "http://example.com"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]'
{
"success": true,
"data": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}