Generate Insurance Contract Transactions (POST)

Generate contract-level transaction details for a group benefits contract over a specified date range. The API groups existing policy transactions into InsuranceContractTrxn (header) and InsuranceContractTrxnDetail (line item) records. This API runs asynchronously and returns a job ID to track the job status.
Resource
1/connect/insurance/contracts/contractId/actions/generate-transactions
Resource example
1https://yourInstance.salesforce.com/services/data/v68.0/connect/insurance/contracts/800xx0000004C92AAE/actions/generate-transactions
Available version
68.0
HTTP methods
POST
Path parameter for POST
Parameter Name Type Description Required or Optional Available Version
contractId String ID of the insurance contract. Required 68.0
Request body for POST
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
Response body for POST
Insurance Contract Transactions Generation Response