API Docs / Operations / Document Templates / Import from Library

Import from Library

POST /tenants/{tenant}/document-templates/library/{libraryCode}/import

Imports a document template from the library, creating any associated custom tokens that don't already exist. Re-imports of the same library item are supported and produce a fresh row with the supplied NameSuffix appended (or auto '(N)' when omitted).

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

libraryCode* path string
{
  "nameSuffix": "string"
}

Responses

401 Unauthorized – Invalid or missing API key
404 Not Found