API Docs / Operations / Client - Recurring Task Schedules / Assign Recurring Task Schedule for Client

Assign Recurring Task Schedule for Client

PUT /tenants/{tenant}/clients/{clientCode}/recurring-tasks/{taskCode}/schedule

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

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

clientCode* path string
taskCode* path string
{
  "scheduleCode": "string"
}

Responses

204 No Content
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found