API Docs / Schemas / OnboardingTaskTemplateDto

OnboardingTaskTemplateDto

DTO for onboarding task templates, exposing only codes and enums (never DB IDs).

Properties

Name Type Description
codestring
billableServiceCodeAndNameDto
namestring
descriptionstring
timeEstimatenumber
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

assignedUserCodeAndNameDto
workflowCodeAndNameDto
categoryCodeAndNameDto
activeboolean

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
}

Used By Operations

Contained in Schemas