Assign Recurring Task Schedule for Client
Links a client to one of the recurring task's existing schedules. Schedules are created and managed under the task's schedule routes; reverting to the default schedule is the DELETE on this route.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| clientCode* | path string | |
| taskCode* | path string | |
Request Body*
{
"scheduleCode": "string"
}
Responses
204 No Content
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found