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

taskStartDatestring

Specific start date (only used if TaskStartConfig.Type is SpecificDate)

Specific start date (only used if TaskStartConfig.Type is SpecificDate)

taskStartConfigTaskStartConfigDto
deadlineConfigDeadlineConfigDto
repeatEveryValueinteger

The numeric value for the recurrence interval (e.g., 1 for daily, 2 for every 2 weeks)

The numeric value for the recurrence interval (e.g., 1 for daily, 2 for every 2 weeks)

repeatEveryUnitenum

Day Week Month Year

Day Week Month Year

repeatWeekDaysOnlyboolean

If true, daily repeating tasks will only be created on weekdays (Mon-Fri)

If true, daily repeating tasks will only be created on weekdays (Mon-Fri)

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

JSON Example

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

Used By Operations