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 Policy Limit Current Standings Response

Output representation for the current standings of the insurance policy limits.
JSON example
1{
2  "isSuccess": true,
3  "errors": [],
4  "insPolicyLmtCalcStandingNode": [
5    {
6      "applicableAction": [
7        "PaymentAttempted"
8      ],
9      "category": "LimitCurrency",
10      "claimCoverageId": "0cYSG000000UYlp2AG",
11      "claimId": "500SG0000009HjJ2AU",
12      "durationType": "PolicyTerm",
13      "initialAmount": 1000,
14      "initialValue": 0,
15      "parentMappedScopeId": "0YTxx0000000253GAA",
16      "pendingAmount": 500,
17      "pendingValue": 0,
18      "policyAssetId": "",
19      "policyCoverageId": "0cYSG000000UYlq2AG",
20      "policyLimitId": "1TDSG0000007HU84AM",
21      "policyLimitStandingKey": "PolicyCoverage LimitCurrency",
22      "policyParticipantId": "003SG0000005pIkJAI",
23      "predictedRemainingAmount": 500,
24      "predictedRemainingValue": 0,
25      "scope": "PolicyCoverage",
26      "remainingAmount": 1000,
27      "remainingValue": 0,
28      "totalUsedAmount": 0,
29      "totalUsedValue": 0,
30      "trackingStartDate": "2025-10-09",
31      "trackingEndDate": "2025-12-19"
32    }
33  ]
34}
Property Name Type Description Filter Group and Version Available Version
errors Error Detail[] List of errors for calculate standings. Big, 65.0 65.0
insPolicyLmt​CalcStanding​Nodes Insurance Policy Limit Calculation Standing Node[] List of policy limit current standing nodes. Big, 65.0 65.0
isSuccess Boolean Indicates whether the API operation is successful (true) or not (false). Big, 65.0 65.0