API Docs / Operations / Tasks - Recurring / Update Recurring Task Schedule

Update Recurring Task Schedule

PUT /tenants/{tenant}/recurring-tasks/{taskCode}/schedules/{code}

Full replace of a schedule: values and membership. Clients removed from the list revert to the default schedule. Editing the default schedule changes the dates every unlinked client runs on; its membership list must stay empty.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string
taskCode* path string
{
  "name": "string",
  "clientCodes": [
    "string"
  ],
  "schedule": {
    "basis": "...",
    "recurrence": "...",
    "start": "...",
    "due": "...",
    "statutory": "..."
  }
}

Responses

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