API Docs / Schemas / UpdateRecurringTaskItemRequest

UpdateRecurringTaskItemRequest

Properties

Name Type Description
namestring

The name of the recurring task

The name of the recurring task

descriptionstring

The description of the recurring task

The description of the recurring task

timeEstimatenumber

The estimated time to complete the task in hours

The estimated time to complete the task in hours

assignedUserCodestring

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)

billableServiceCodestring

Code of the billable service (only used if AssignmentType is ClientServiceManager)

Code of the billable service (only used if AssignmentType is ClientServiceManager)

sortOrderinteger

Sort order for displaying recurring tasks

Sort order for displaying recurring tasks

activeboolean

Whether this recurring task is active and will generate new tasks

Whether this recurring task is active and will generate new tasks

taskStartConfigTaskStartConfigDto
dueDateConfigDueDateConfigDto
recurrenceRecurrenceConfigDto
holidayAdjustmentenum

None Skip MoveBefore MoveAfter

None Skip MoveBefore MoveAfter

assignmentTypeenum

Unassigned SpecificUser ClientManager ClientServiceManager ClientPartner ClientAssociate

Unassigned SpecificUser ClientManager ClientServiceManager ClientPartner ClientAssociate

workflowCodestring

Code of the workflow template to apply to generated tasks

Code of the workflow template to apply to generated tasks

categoryCodestring

Code of the category to apply to generated tasks (optional)

Code of the category to apply to generated tasks (optional)

clientAssociationTypeenum

SpecificClients AllClients ClientsWithServices

SpecificClients AllClients ClientsWithServices

vatReportingPeriodenum

Monthly QuarterlyJanAprJulOct QuarterlyFebMayAugNov QuarterlyMarJunSepDec Annual

Monthly QuarterlyJanAprJulOct QuarterlyFebMayAugNov QuarterlyMarJunSepDec Annual

JSON Example

{
  "name": "string",
  "description": "string",
  "timeEstimate": 0,
  "assignedUserCode": "string",
  "billableServiceCode": "string"
}

Used By Operations