API Docs / Schemas / RecurringTaskItemDto

RecurringTaskItemDto

DTO for recurring task templates, exposing only codes and enums (never DB IDs).

Properties

Name Type Description
codestring
namestring
descriptionstring
timeEstimatenumber
assignedUserCodeAndNameDto
assignedTeamCodeAndNameDto
billableServiceCodeAndNameDto
sortOrderinteger
activeboolean
taskStartConfigTaskStartConfigDto
recurrenceRecurrenceConfigDto
dueDateConfigDueDateConfigDto
holidayAdjustmentenum

None Skip MoveBefore MoveAfter

None Skip MoveBefore MoveAfter

assignmentTypeenum

Unassigned SpecificUser ClientManager ClientServiceManager ClientPartner ClientAssociate

Unassigned SpecificUser ClientManager ClientServiceManager ClientPartner ClientAssociate

workflowCodeAndNameDto
categoryCodeAndNameDto
clientAssociationTypeenum

None SpecificClients AllClients ClientsWithServices

None SpecificClients AllClients ClientsWithServices

vatReportingPeriodenum

Monthly QuarterlyJanAprJulOct QuarterlyFebMayAugNov QuarterlyMarJunSepDec Annual

Monthly QuarterlyJanAprJulOct QuarterlyFebMayAugNov QuarterlyMarJunSepDec Annual

nextRunDatestring

The next date this recurring task should be created (for display purposes)

The next date this recurring task should be created (for display purposes)

checklistarray of ChecklistItemDto

Checklist items for this recurring task template

Checklist items for this recurring task template

JSON Example

{
  "code": "string",
  "name": "string",
  "description": "string",
  "timeEstimate": 0,
  "assignedUser": {
    "code": "string",
    "name": "string"
  }
}

Used By Operations

Contained in Schemas