Assignments for Interest Tags and Records (POST)
- Resource
-
/connect/interest-tags/assignments
- Example for GET
-
https://yourInstance.salesforce.com/services/data/vXX.X/connect/interest-tags/assignments
- Available version
- 54.0
- Requires Chatter
- No
- HTTP methods
- POST
- Request body for POST
-
- JSON example
-
{ "recordsForTag": { "tagId": "0TOi000001AWbWugta", "recordIds": [ "001i000001AWbWuabc", "001i000001AWbWuabd" ] }, "tagsForRecord": { "recordId": "001i000001AWbWuabc", "tagIds": [ "0TOi000001AWbWugta", "0TOi000001AWbWugtb" ] } }
- Properties
-
Name Type Description Required or Optional Available Version recordsForTag Records For Tag Input List of Salesforce object record IDs to assign to an Interest Tag. Optional 54.0 tagsForRecord Tags For Record Input List of Interest Tags to assign to a Salesforce object record. Optional 54.0
- Response body for POST
- Interest Tag Assignment Output