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
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

SpecificClients AllClients ClientsWithServices

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)

JSON Example

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

Used By Operations

Contained in Schemas