Newer Version Available

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

Extended Fields Input

Input representation for extended fields.
Root XML tag
<extendedFields>
JSON example
1{
2  "extendedFields": [
3    {
4      "name": "assigned_to__c",
5      "value": "abcd"
6    },
7    {
8      "name": "ownership__c",
9      "value": true
10    }
11  ]
12}
Properties
Name Type Description Required or Optional Available Version
name String Name of the custom field. Optional 48.0
value String Value of the custom field. Optional 48.0