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.

Commission Processing (POST)

Process commission statements in an asynchronous manner using a preconfigured batch job.
Resource
1/connect/insurance/brokerage/commission/process
Resource example
1https://yourInstance.salesforce.com/services/data/v68.0/connect/insurance/brokerage/commission/process
Available version
63.0
HTTP methods
POST
Request body for POST
JSON example
1{
2  "commissionStatementIds": [
3    "199TC0000003kxZYAQ"
4  ]
5}
Properties
Name Type Description Required or Optional Available Version
commissionStatementIds Object List of commission statement IDs to be processed. Required 63.0
Response body for POST
Insurance Commission Processing