Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Insurance Billing Schedules (POST)
This API automates the creation of billing schedules and invoices for key policy events, including Issuance, Endorsement, Cancellation, and Renewal. The service supports complex scenarios such as out-of-sequence endorsements and cancellations by calculating transient transactions to ensure accurate net billing.
- Resource
-
1/connect/insurance/billing/billing-schedules - Resource example
-
1https://yourInstance.salesforce.com/services/data/v68.0/connect/insurance/billing/billing-schedules - Available version
- 66.0
- HTTP methods
- POST
- Request body for POST
-
- JSON example
-
1{ 2 "insPolicyTransactionId": "0k9xx0000000001AAA" 3} - Properties
-
Name Type Description Required or Optional Available Version insPolicyTransactionId String ID of the insurance policy transaction record to get related transaction details and billing configuration. Required 66.0
- Response body for POST
- Insurance Billing Schedules Response