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.

Update Claim Coverage Action

Update a claim coverage.

This action is available in API version 65.0 and later.

Supported REST HTTP Methods

URI
/services/data/v68.0/actions/standard/updateClaimCoverage
Formats
JSON
HTTP Methods
POST
Authentication
Authorization: Bearer token

Inputs

Input Details
updateClaimCoverageInputRep
Type
Apex-defined
Description

Required.

An Apex ConnectApi.UpdateClaimCoverageInputRep record that contains the details of the claim coverage to be updated.

Outputs

Output Details
coverageId
Type
string
Description
ID of the claim coverage that's updated.

Example

Sample Request

Sample Response