Update Recurring Task Schedule
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
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| code* | path string | |
| taskCode* | path string | |
Request Body*
{
"name": "string",
"clientCodes": [
"string"
],
"schedule": {
"basis": "...",
"recurrence": "...",
"start": "...",
"due": "...",
"statutory": "..."
}
}
Responses
200 OK
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found