RecurringTaskItemDto
DTO for recurring task templates, exposing only codes and enums (never DB IDs).
Properties
| Name | Type | Description |
|---|---|---|
| libraryCode | string | The Code of the library template this entity was imported from, or null if the entity |
The Code of the library template this entity was imported from, or null if the entity | ||
| libraryStatus | enum | Describes a library-imported entity's relationship to its source library template. |
Describes a library-imported entity's relationship to its source library template. | ||
| isImported | boolean | True if the tenant has already imported this library item. |
True if the tenant has already imported this library item. | ||
| code | string | |
| name | string | |
| description | string | |
| timeEstimateMinutes | integer | |
| assignedUser | CodeAndNameDto | |
| assignedTeam | CodeAndNameDto | |
| billableService | CodeAndNameDto | |
| sortOrder | integer | |
| active | boolean | |
| taskStartConfig | TaskStartConfigDto | |
| recurrence | RecurrenceConfigDto | |
| dueDateConfig | DueDateConfigDto | |
| statutoryDateConfig | StatutoryDateConfigDto | |
| holidayAdjustment | enum | None Skip MoveBefore MoveAfter |
None Skip MoveBefore MoveAfter | ||
| assignmentType | enum | Unassigned SpecificUser ClientManager ClientServiceManager ClientPartner ClientAssociate |
Unassigned SpecificUser ClientManager ClientServiceManager ClientPartner ClientAssociate | ||
| workflow | CodeAndNameDto | |
| category | CodeAndNameDto | |
| clientAssociationType | enum | None SpecificClients AllClients ClientsWithServices |
None SpecificClients AllClients ClientsWithServices | ||
| vatReportingPeriod | enum | Monthly QuarterlyJanAprJulOct QuarterlyFebMayAugNov QuarterlyMarJunSepDec Annual |
Monthly QuarterlyJanAprJulOct QuarterlyFebMayAugNov QuarterlyMarJunSepDec Annual | ||
| nextRunDate | string | The next date this recurring task should be created (for display purposes) |
The next date this recurring task should be created (for display purposes) | ||
| checklist | array of ChecklistItemDto | Checklist items for this recurring task template |
Checklist items for this recurring task template | ||
| taskNameTemplate | string | Optional template for naming tasks created from this recurring task. |
Optional template for naming tasks created from this recurring task. | ||
JSON Example
{
"libraryCode": "string",
"libraryStatus": "NotFromLibrary",
"isImported": false,
"code": "string",
"name": "string"
}