API Docs / Operations / Document Templates / Create DocumentTemplate

Create DocumentTemplate

POST /api/tenants/{tenant}/document-templates

Creates a new DocumentTemplate for the specified tenant.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

{
  "name": "string",
  "type": "EngagementLetter",
  "bodyHtml": "string",
  "description": "string",
  "isActive": false
}

Responses

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