[
{
"is_deleted": false,
"cancelation_date": "2019-01-01",
"period_count": 1,
"period_type": 1,
"start_date": "2019-01-01",
"revision": 1,
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
curl --location --request POST '/entities/OpptyRevenueSchedules/batch-modify' \
--header 'Content-Type: application / json' \
--data-raw '[
{
"is_deleted": false,
"cancelation_date": "2019-01-01",
"period_count": 1,
"period_type": 1,
"start_date": "2019-01-01",
"revision": 1,
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]'
{
"success": true,
"data": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}