Contract Item

Input representation for additional fields to be added to contract items.
JSON example
1{
2  "entity": "ContractGroupPlan",
3  "fields": [
4    {
5      "key": "CustomField__c",
6      "value": "CustomValue"
7    }
8  ],
9  "instanceKey": "d5861be1-9920-42d9-8f43-093b0a709d35"
10}
Properties
Name Type Description Required or Optional Available Version
entity String API name of the entity to add fields to, such as ContractGroupPlan. Optional 65.0
fields Apex String[] List of key-value pairs that represent the fields and their values for the entity. Optional 65.0
instanceKey String Unique instance key of the Quote Line Item. Optional 65.0