Newer Version Available
PayClaimCoveragePaymentDetail(claimId, coverageId, paymentDetailId)
Process payment for a specific claim coverage payment detail record.
API Version
65.0
Requires Chatter
No
Signature
public static ConnectApi.PayClaimCoveragePaymentDetailRep PayClaimCoveragePaymentDetail(String claimId, String coverageId, String paymentDetailId)
Parameters
- claimId
- Type: String
- ID of the claim.
- coverageId
- Type: String
- ID of the claim coverage.
- paymentDetailId
- Type: String
- ID of the claim coverage payment detail to process.
Return Value
Example
Use the PayClaimCoveragePaymentDetailCallable Apex class to trigger payment for a claim coverage payment detail record in an insurance claim. This class serves as an Apex wrapper for the Connect API endpoint: /connect/insurance/claims/{claimId}/coverages/{coverageId}/payment-details/{paymentDetailId}/pay. You can use this method to automate payment operations directly from Apex.
- Class Definition
-
- Usage Example
-