API Docs / Schemas / UpdateOnboardingTaskTemplateRequest

UpdateOnboardingTaskTemplateRequest

Request DTO for updating an onboarding task template

Properties

Name Type Description
billableServiceCode*string

Code of the billable service this template belongs to

Code of the billable service this template belongs to

namestring

The name of the onboarding task

The name of the onboarding task

descriptionstring

The description of the onboarding task

The description of the onboarding task

timeEstimatenumber

The estimated time to complete the task in hours

The estimated time to complete the task in hours

dueDateOffsetDaysinteger

Days after service start date for the task due date

Days after service start date for the task due date

assignmentTypeenum

Unassigned SpecificUser ClientManager ClientServiceManager ClientPartner ClientAssociate

Unassigned SpecificUser ClientManager ClientServiceManager ClientPartner ClientAssociate

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)

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

Code of the category to apply to generated tasks

activeboolean

Whether this template is active

Whether this template is active

JSON Example

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

Used By Operations