{
"is_deleted": false,
"cancelation_date": "2019-01-01",
"period_count": 1,
"period_type": 1,
"start_date": "2019-01-01",
"revision": 1
}
curl --location --request POST '/entities/OpptyProductRelationRevenueSchedules' \
--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
}'
{
"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",
"cancelation_date": "2019-01-01",
"period_count": 1,
"period_type": 1,
"start_date": "2019-01-01",
"revision": 1,
"periods": [
"http://example.com"
]
}
}