Newer Version Available

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

Clean Records

Update records with a data integration rule.
Resource
Available version
37.0
Requires Chatter
No
HTTP methods
POST
Request body for POST
JSON example
Properties
Name Type Description Required or Optional Available Version
cleanRuleId String The 18-character ID of the data integration rule used to update records. Get the IDs for active rules from the Clean Rule Statuses resource. Required 37.0
cleanType String The system-generated type of update operation used by the data integration rule. One of these values:
  • BulkClean—Updates all existing records applicable to the specified data integration rule.
  • Incremental—Updates only records that do not have a status of In Sync or Reviewed.
  • Manual—Manually updates records with the specified data integration rule.
  • Perpetual—Automatically updates saved records with the specified data integration rule.
Optional 37.0
entityIds String[] The 18-character IDs of the records to update using the data integration rule. Required 37.0
requestId String The system-generated ID of the update request. Optional 37.0
Response body for POST
Clean Record Result Collection