Newer Version Available
DeleteClaimCoveragePaymentDetail(claimId, coverageId, paymentDetailId)
Delete a claim coverage payment detail record.
API Version
65.0
Requires Chatter
No
Signature
public static ConnectApi.DeleteClaimCoveragePaymentDetailRep DeleteClaimCoveragePaymentDetail(String claimId, String coverageId, String paymentDetailId)
Parameters
- claimId
- Type: String
- ID of the claim.
- coverageId
- Type: String
- ID of the claim coverage record.
- paymentDetailId
- Type: String
- ID of the claim coverage payment detail record.
Return Value
Example
Use the DeleteClaimCoveragePaymentDetailCallable Apex class to delete an existing claim coverage payment detail record for a specified claim and coverage.
- Class Definition
-
- Usage Example
-