Newer Version Available

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

Content Link Data Sync Input

Input representation of the entire request to synchronize token data from a document to sObjects.
JSON example
1{
2  "referenceObjectId": "069xx0000004CsCAAU",
3  "partialCommit": "false",
4  "contentLinkDetailsList": [
5    {
6      "contentLinkId": "6UPVW00000003CQ4AY",
7      "contentValue": "Contract Description for JSON"
8    },
9    {
10      "contentLinkId": "6UPxx0000004CCGGA2",
11      "contentValue": "3"
12    }
13  ]
14}
Properties
Name Type Description Required or Optional Available Version
contentLink​DetailsList Content Link Details Input[] List of content link records with their IDs and updated values. Each object includes a contentLinkId and a contentValue property value. Required 65.0
partialCommit Boolean Indicates whether successful records should be committed in case of partial errors (true) or not (false). The default value is false. Optional 65.0
reference​ObjectId String ID of the target Salesforce object that must be updated, such as a Contract record. Optional 65.0