Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

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  "isBulkRequest": "false",
5  "contentLinkDetailsList": [
6    {
7      "contentLinkId": "6UPVW00000003CQ4AY",
8      "contentValue": "Contract Description for JSON"
9    },
10    {
11      "contentLinkId": "6UPxx0000004CCGGA2",
12      "contentValue": "3"
13    }
14  ]
15}
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
isBulk​Request Boolean Indicates whether fields associated with the same object ID are grouped and fetched together in a single bulk request (true) or not (false). Optional 66.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