Newer Version Available
Actionable List Members Assignments (Beta)
Update the
priority and OmniScript key in the Actionable List object and update the
assignee
in the Actionable List Member
object.
- Resource
-
1/connect/sales-excellence/actionable-list/assignment/${actionableListId} - Resource Example
-
1https://yourInstance.salesforce.com/services/data/v57.0/connect/sales-excellence/actionable-list/assignment/${actionableListId} - Available Version
- 57.0
- Requires Chatter
- No
- HTTP Methods
- POST
- Request Body for POST
-
- JSON Example
-
1{ 2 "actionableListFields": { 3 "priority": "medium", 4 "omniScriptKey": "type/subtype/English" 5 }, 6 "actionableListMemberFields": { 7 "assignee": { 8 "type": "RecordOwner", 9 "name": "" 10 } 11 } 12} - Properties
-
Name Type Description Required or Optional Available Version actionableListFields Actionable List Fields Input Details of the Actionable List fields Required 57.0 actionableListMemberFields Actionable List Member Fields Input Details of the Actionable List Member fields Required 57.0
- Response Body for POST
- Assign Actionable List