Newer Version Available

This content describes an older version of this product. View Latest

Endorse Policy Input

Input Representation of endorse policy details.
JSON example
1{
2  "contextId": "54920265842e1b61496c38b7e2202f6f0aff8123ad2f19fe17ac68f7fc1c60b3",
3  "effectiveDate": "2024-01-01",
4  "insurancePolicy": {
5    "policyName": "p2_endorse_name",
6    "policyNumber": "p2_endorse_number"
7  },
8  "transactionRecord": {
9    "name": "New Endorsement"
10  },
11  "additionalFields": {
12    "additionalFieldsList": [
13      {
14        "additionalFieldsMapValue": {
15          "instanceKey": "autoRoot",
16          "fields": {
17            "Checkbox__c": "true",
18            "Currency__c": 123456,
19            "Date__c": "2024-11-30",
20            "DateTime__c": "2024-12-31T01:34:00.000Z",
21            "Email__c": "testuser@sf.com"
22          }
23        }
24      },
25      {
26        "additionalFieldsMapValue": {
27          "instanceKey": "autoDriver",
28          "fields": {
29            "TextEncr__c": "233345675676",
30            "Url__c": "https://thisistest.com",
31            "Time__c": "12:05:00.000Z"
32          }
33        }
34      }
35    ]
36  }
37}
Properties
Name Type Description Required or Optional Available Version
additionalFields Additional Fields Map Value[] JSON structure that’s used to add custom or standard fields to the InsurancePolicy, InsurancePolicyAsset, InsurancePolicyCoverage, and InsurancePolicyParticipant objects. The values for additionalFields take precedence over the context or the insurancePolicy JSON. This is applicable only for the endorsed policy version. Address and Geolocation field types are not supported as additional fields. Optional 63.0
contextId String Context ID of the quote that’s used for endorsement. Required 63.0
effectiveDate String Date from when the endorsed policy version is effective. Required 63.0
insurancePolicy Insurance Policy Input[] JSON structure that overrides the name and policy number of the endorsed policy version. Optional 63.0
transactionRecord Insurance Policy Transaction Input[] JSON structure that overrides the transaction information. Optional 63.0