Create Recurring Task Schedule
Creates a custom schedule on a recurring task, with or without clients. The schedule must be complete - linked clients' occurrences are generated from it instead of the default schedule. A listed client already on another schedule for this task is moved onto this one.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| taskCode* | path string | |
Request Body*
{
"name": "string",
"clientCodes": [
"string"
],
"schedule": {
"basis": "...",
"recurrence": "...",
"start": "...",
"due": "...",
"statutory": "..."
}
}
Responses
201 Created
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found