API Docs / Operations / Pipeline - Intake Tasks / Create PipelineOnboardingTaskTemplate

Create PipelineOnboardingTaskTemplate

POST /tenants/{tenant}/pipeline-onboarding-task-templates

Creates a new PipelineOnboardingTaskTemplate for the specified tenant.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

{
  "pipelineCode": "string",
  "name": "string",
  "description": "string",
  "timeEstimateMinutes": 0,
  "dueDateOffsetDays": 0
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
403 Forbidden
404 Not Found