Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 2.49 KB

EzsigntemplatedocumentRequestCompound.md

File metadata and controls

42 lines (31 loc) · 2.49 KB

EzsigntemplatedocumentRequestCompound

Properties

Name Type Description Notes
fkiEzsigntemplateID kotlin.Int The unique ID of the Ezsigntemplate
sEzsigntemplatedocumentName kotlin.String The name of the Ezsigntemplatedocument.
eEzsigntemplatedocumentSource inline Indicates where to look for the document binary content.
pkiEzsigntemplatedocumentID kotlin.Int The unique ID of the Ezsigntemplatedocument [optional]
fkiEzsigndocumentID kotlin.Int The unique ID of the Ezsigndocument [optional]
fkiEzsigntemplatesignerID kotlin.Int The unique ID of the Ezsigntemplatesigner [optional]
eEzsigntemplatedocumentFormat inline Indicates the format of the template. [optional]
sEzsigntemplatedocumentBase64 kotlin.ByteArray The Base64 encoded binary content of the document. This field is Required when eEzsigntemplatedocumentSource = Base64. [optional]
sEzsigntemplatedocumentUrl kotlin.String The url where the document content resides. This field is Required when eEzsigntemplatedocumentSource = Url. [optional]
bEzsigntemplatedocumentForcerepair kotlin.Boolean Try to repair the document or flatten it if it cannot be used for electronic signature. [optional]
eEzsigntemplatedocumentForm inline If the document contains an existing PDF form this property must be set. Keep leaves the form as-is in the document. Convert removes the form and convert all the existing fields to Ezsigntemplateformfieldgroups and assign them to the specified fkiEzsigntemplatesignerID Discard removes the form from the document [optional]
sEzsigntemplatedocumentPassword kotlin.String If the source template is password protected, the password to open/modify it. [optional]

Enum: eEzsigntemplatedocumentSource

Name Value
eEzsigntemplatedocumentSource Base64, Url, Ezsigndocument

Enum: eEzsigntemplatedocumentFormat

Name Value
eEzsigntemplatedocumentFormat Pdf, Doc, Docx, Xls, Xlsx, Ppt, Pptx

Enum: eEzsigntemplatedocumentForm

Name Value
eEzsigntemplatedocumentForm Keep, Convert, Discard