Represents a document to be attached to a template via a Base64-encoded string attachment. This is the best option
for maximum security but there is a 10MB size limit for the entire creation request. Requests attaching larger files
should use IDocumentFromUri or add attachments via createTemplateDocument after creating the template.
Represents a document to be attached to a template via a Base64-encoded string attachment. This is the best option for maximum security but there is a 10MB size limit for the entire creation request. Requests attaching larger files should use
IDocumentFromUri
or add attachments viacreateTemplateDocument
after creating the template.