OnboardingTaskTemplateDto
DTO for onboarding task templates, exposing only codes and enums (never DB IDs).
Properties
| Name | Type | Description |
|---|---|---|
| code | string | |
| billableService | CodeAndNameDto | |
| name | string | |
| description | string | |
| timeEstimate | number | |
| 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 | ||
| assignedUser | CodeAndNameDto | |
| workflow | CodeAndNameDto | |
| category | CodeAndNameDto | |
| active | boolean | Whether this template is active |
Whether this template is active | ||
JSON Example
{
"code": "string",
"billableService": {
"code": "string",
"name": "string"
},
"name": "string",
"description": "string",
"timeEstimate": 0
}