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 Details

Output representation details of the commission processing.
JSON example
This example shows a sample success response.
1{
2    "status": "Success",
3    "message": "The processing has started for the commission statement CS-00000001."
4}
This example shows a sample error response.
1{
2    "status": "Fail",
3    "message": "Processing failed for the commission statement The processing has started for the commission statement CS-00000001 ."
4}
Property Name Type Description Filter Group and Version Available Version
message String Status message of the API execution. Small, 63.0 63.0
status String Status of the API execution. Valid values are:
  • Success
  • Fail
Small, 63.0 63.0