Newer Version Available

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

Additional Fields Map Value

Input representation for the AdditionalFieldsMapValue wrapper object that's used as child wrapper of AdditionalFieldsMap.
JSON example
1additionalFields":{
2      "additionalFieldsList":[
3         {
4            "additionalFieldsMapValue":{
5               "instanceKey":"autoRoot",
6               "fields":{
7                  "Checkbox__c":"true",
8                  "Currency__c":123456,
9                  "Date__c":"2024-11-30",
10                  "DateTime__c":"2024-12-31T01:34:00.000Z",
11                  "Email__c":"testuser@sf.com"
12               }
13            }
14         }
15
16  {
17           "additionalFieldsMapValue":{
18             "instanceKey":"autoDriver",
19              "fields":{
20                 "TextEncr__c":"233345675676",
21                 "Url__c":"https://thisistest.com",
22                  "Time__c":"12:05:00.000Z"
23           }
24        }
25     }
26      ]
27   }
Properties
Name Type Description Required or Optional Available Version
additionalFields​MapValue Object JSON map that contains the fields to be updated. Required 63.0