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 | ||
| name | string | The name of the onboarding task |
The name of the onboarding task | ||
| description | string | The description of the onboarding task |
The description of the onboarding task | ||
| timeEstimate | number | The estimated time to complete the task in hours |
The estimated time to complete the task in hours | ||
| dueDateOffsetDays | integer | Days after service start date for the task due date |
Days after service start date for the task due date | ||
| assignmentType | enum | Unassigned SpecificUser ClientManager ClientServiceManager ClientPartner ClientAssociate |
Unassigned SpecificUser ClientManager ClientServiceManager ClientPartner ClientAssociate | ||
| assignedUserCode | string | 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) | ||
| workflowCode | string | Code of the workflow template to apply to generated tasks |
Code of the workflow template to apply to generated tasks | ||
| categoryCode | string | Code of the category to apply to generated tasks |
Code of the category to apply to generated tasks | ||
| active | boolean | Whether this template is active |
Whether this template is active | ||
JSON Example
{
"billableServiceCode": "string",
"name": "string",
"description": "string",
"timeEstimate": 0,
"dueDateOffsetDays": 0
}