TemplateApiResponse

Properties

Name Type Description Notes
id UUID The unique template identifier. [default to null]
name String The display name of the template. [default to null]
description String A description explaining the template's purpose. [default to null]
emailSubject String Default email subject line for packages created from this template. [default to null]
emailMessage String Default email body message for packages created from this template. [default to null]
isActive Boolean Whether the template is active and available for use. [default to null]
isShared Boolean Whether the template is shared across tenant users. [default to null]
documentCount Integer The number of documents attached to the template. [default to null]
roleCount Integer The number of roles defined in the template. [default to null]
enforceSigningOrder Boolean Whether signers must complete in routing order. [default to null]
createdOn Date The UTC timestamp when the template was created. [default to null]
lastUsedOn Date The UTC timestamp when the template was last used to create a package, or null if never used. [default to null]
usageCount Integer The total number of packages that have been created from this template. [default to null]
defaultPaymentAmount Double Default payment amount charged to signers. [optional] [default to null]
defaultPaymentDescription String Default description shown to signers for the payment charge. [optional] [default to null]
externalReferenceId String [optional] [default to null]
metadata String [optional] [default to null]
modifiedOn Date [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]