Insurance Contract Transactions Generation Input

Input representation of the date range and job name to generate contract transactions for a group benefits contract.
JSON example
1{
2  "name": "Q1-2026-Transactions",
3  "fromDate": "2026-01-01",
4  "toDate": "2026-03-31"
5}
Properties
Name Type Description Required or Optional Available Version
fromDate String Start date of the time period for which you want to generate contract transactions, in YYYY-MM-DD format. Required 68.0
name String Name of the transaction generation job. Use a descriptive name so that you can identify the job later. Optional 68.0
toDate String End date of the time period for which to generate contract transactions, in YYYY-MM-DD format. Must be on or after the fromDate. Required 68.0