POST: Activate a Schedule
Inactive schedules can be activated as follows.
HTTP Request and Response
Request URL
POST http://<Conductor IP address>/channels/<channel ID>/schedules/<schedule ID>/active
Call Header
-
Accept: Set to application/xml
-
Content-Type: Set to application/xml
If you are implementing user authentication, you must also include three authorization headers; see Header Content for User Authentication.
Response
The response shows the schedule element with <active> set to “true” and other elements as described in POST: Create a One-Time Schedule and POST: Create a Repeating Schedule. The
response also includes the following elements, which are used internally by the system: <args>, <schedulable_type>, and
<schedulable_id>. The response is otherwise identical to the response to a GET Schedule. For an example response, see GET List Example.