API Docs / Operations / Tasks - Templates / Create TaskTemplate

Create TaskTemplate

POST /tenants/{tenant}/task-templates

Creates a new TaskTemplate for the specified tenant.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

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

Responses

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