[
{
"apply_recurrence": false,
"condition": 1,
"day": 1,
"day_of_week": 1,
"end_date": "2019-01-01",
"month": 1,
"occur_every": 1,
"occurrences_count": 1,
"oppty_id": "01234567-abcd-dcba-ffff-000000000000",
"start_date": "2019-01-01",
"step_id": "01234567-abcd-dcba-ffff-000000000000",
"type": 0,
"week": -1,
"revision": 1,
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
curl --location --request POST '/entities/OpptyRecurrences/batch-modify' \
--header 'Content-Type: application / json' \
--data-raw '[
{
"apply_recurrence": false,
"condition": 1,
"day": 1,
"day_of_week": 1,
"end_date": "2019-01-01",
"month": 1,
"occur_every": 1,
"occurrences_count": 1,
"oppty_id": "01234567-abcd-dcba-ffff-000000000000",
"start_date": "2019-01-01",
"step_id": "01234567-abcd-dcba-ffff-000000000000",
"type": 0,
"week": -1,
"revision": 1,
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]'
{
"success": true,
"data": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}