Get Insurance Policy Action

Get the details of an insurance policy.

This action is available in API version 63.0 and later.

Supported REST HTTP Methods

URI

/services/data/v64.0/actions/standard/getInsurancePolicy

Formats

JSON

HTTP Methods

POST

Authentication

Authorization: Bearer token

Inputs

Input Details
insurancePolicyId Type

String

Description

The ID of the insurance policy to be retrieved.

Outputs

Output Details
contextId Type

Apex class

Description

The context ID of the retrieved insurance policy.

Usage

JSON Sample Request

{
"inputs": [
       {
           "policyId": "0YTxx00000001H3GAI"
       }
   ]
}