UpdateRecurringTaskItemRequest
Properties
| Name | Type | Description |
|---|---|---|
| name | string | The name of the recurring task |
The name of the recurring task | ||
| description | string | The description of the recurring task |
The description of the recurring task | ||
| timeEstimate | number | The estimated time to complete the task in hours |
The estimated time to complete the task in hours | ||
| assignedUserCode | string | Code of the user to assign tasks to (only used if AssignmentType is SpecificUser) |
Code of the user to assign tasks to (only used if AssignmentType is SpecificUser) | ||
| billableServiceCode | string | Code of the billable service (only used if AssignmentType is ClientServiceManager) |
Code of the billable service (only used if AssignmentType is ClientServiceManager) | ||
| sortOrder | integer | Sort order for displaying recurring tasks |
Sort order for displaying recurring tasks | ||
| active | boolean | Whether this recurring task is active and will generate new tasks |
Whether this recurring task is active and will generate new tasks | ||
| taskStartDate | string | Specific start date (only used if TaskStartConfig.Type is SpecificDate) |
Specific start date (only used if TaskStartConfig.Type is SpecificDate) | ||
| taskStartConfig | TaskStartConfigDto | |
| deadlineConfig | DeadlineConfigDto | |
| repeatEveryValue | integer | The numeric value for the recurrence interval (e.g., 1 for daily, 2 for every 2 weeks) |
The numeric value for the recurrence interval (e.g., 1 for daily, 2 for every 2 weeks) | ||
| repeatEveryUnit | enum | Day Week Month Year |
Day Week Month Year | ||
| repeatWeekDaysOnly | boolean | If true, daily repeating tasks will only be created on weekdays (Mon-Fri) |
If true, daily repeating tasks will only be created on weekdays (Mon-Fri) | ||
| assignmentType | enum | Unassigned SpecificUser ClientManager ClientServiceManager ClientPartner ClientAssociate |
Unassigned SpecificUser ClientManager ClientServiceManager ClientPartner ClientAssociate | ||
| workflowCode | string | Code of the workflow template to apply to generated tasks |
Code of the workflow template to apply to generated tasks | ||
| categoryCode | string | Code of the category to apply to generated tasks (optional) |
Code of the category to apply to generated tasks (optional) | ||
| clientAssociationType | enum | SpecificClients AllClients ClientsWithServices |
SpecificClients AllClients ClientsWithServices | ||
JSON Example
{
"name": "string",
"description": "string",
"timeEstimate": 0,
"assignedUserCode": "string",
"billableServiceCode": "string"
}