CreateRecurringTaskItemRequest
Request DTO for creating a new recurring task template
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 | ||
| taskStartConfig | TaskStartConfigDto | |
| dueDateConfig | DueDateConfigDto | |
| recurrence | RecurrenceConfigDto | |
| holidayAdjustment | enum | None Skip MoveBefore MoveAfter |
None Skip MoveBefore MoveAfter | ||
| 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 | ||
| vatReportingPeriod | enum | Monthly QuarterlyJanAprJulOct QuarterlyFebMayAugNov QuarterlyMarJunSepDec Annual |
Monthly QuarterlyJanAprJulOct QuarterlyFebMayAugNov QuarterlyMarJunSepDec Annual | ||
JSON Example
{
"name": "string",
"description": "string",
"timeEstimate": 0,
"assignedUserCode": "string",
"billableServiceCode": "string"
}