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.

Claim Coverage Payment Detail

Output representation for creating the claim coverage payment detail record.
JSON example
1{
2  "adjustedAmount": 200.0,
3  "adjustmentReason": "Deductible",
4  "paymentDetailId": "0l2xx00000001grAAA",
5  "insPolicyLimitTrackingIds": [
6    "1TExx0000004DUuGAM",
7    "1TExx0000004DUvGAM"
8  ],
9  "isSuccess": true,
10  "errors": []
11}
Property Name Type Description Filter Group and Version Available Version
adjustedAmount Double Amount after adjustments are made based on the current standings of the policy limits. Small, 65.0 65.0
adjustmentReason String Reason for the claim coverage payment detail adjustment, such as deductible, copay, or coinsurance. Small, 65.0 65.0
errors Error Detail [] List of errors, including detailed information about each error. Small, 65.0 65.0
insPolicyLimit​TrackingIds List<String> IDs of the insurance policy limit tracking records. Small, 65.0 65.0
isSuccess Boolean Indicates whether the API operation is successful (true) or not (false). Small, 65.0 65.0
paymentDetailId String ID of the claim coverage payment detail record that's created. Small, 65.0 65.0