Newer Version Available
Data Sync (POST)
- Resource
-
1/connect/content-link/data-sync - Resource example
-
1https://yourInstance.salesforce.com/services/data/v65.0/connect/content-link/data-sync - Available version
- 65.0
- HTTP methods
- POST
- Request body for POST
-
- 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 contentLinkDetailsList 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 referenceObjectId String ID of the target Salesforce object that must be updated, such as a Contract record. Optional 65.0
- Response body for POST
- Content Link Data Sync