REST API Test Page

Operation

POST on /setup/automation

Execute a group of operations (on ActionGroup, CalendarDay, CalendarRule or SetupTrigger) in provided order. Execution is transactional : either all operations will succeed or fail. Available operations : actionGroupOperation, calendarDayOperation, calendarRuleOperation, setupTriggerOperation Available operation types : READ, CREATE, UPDATE, PATCH, DELETE For READ, PATCH and DELETE : referenceOID must be provided. For a setup trigger operation, setupTriggerType must also be provided. For CREATE and UPDATE : the full object definition must be provided For PATCH : a partial object definition is expected. Patch compatible fields : - Calendar Rule : enabled - Setup Trigger : mode

Produces : application/json

Parameters

Name Type Value Description
(JSON) Request Body * List of operations

  

Result

HTTP Status :