Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Latest commit

 

History

History
65 lines (31 loc) · 2.32 KB

EzsigntemplatedocumentRequestCompound.md

File metadata and controls

65 lines (31 loc) · 2.32 KB

EZmaxApiDefinitionFull.EzsigntemplatedocumentRequestCompound

Properties

Name Type Description Notes
pkiEzsigntemplatedocumentID Number The unique ID of the Ezsigntemplatedocument [optional]
fkiEzsigntemplateID Number The unique ID of the Ezsigntemplate
fkiEzsigndocumentID Number The unique ID of the Ezsigndocument [optional]
fkiEzsigntemplatesignerID Number The unique ID of the Ezsigntemplatesigner [optional]
sEzsigntemplatedocumentName String The name of the Ezsigntemplatedocument.
eEzsigntemplatedocumentSource String Indicates where to look for the document binary content.
eEzsigntemplatedocumentFormat String Indicates the format of the template. [optional]
sEzsigntemplatedocumentBase64 Blob The Base64 encoded binary content of the document. This field is Required when eEzsigntemplatedocumentSource = Base64. [optional]
sEzsigntemplatedocumentUrl String The url where the document content resides. This field is Required when eEzsigntemplatedocumentSource = Url. [optional]
bEzsigntemplatedocumentForcerepair Boolean Try to repair the document or flatten it if it cannot be used for electronic signature. [optional]
eEzsigntemplatedocumentForm String 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 [optional]
sEzsigntemplatedocumentPassword String If the source template is password protected, the password to open/modify it. [optional] [default to '']

Enum: EEzsigntemplatedocumentSourceEnum

  • Base64 (value: "Base64")

  • Url (value: "Url")

  • Ezsigndocument (value: "Ezsigndocument")

Enum: EEzsigntemplatedocumentFormatEnum

  • Pdf (value: "Pdf")

  • Doc (value: "Doc")

  • Docx (value: "Docx")

  • Xls (value: "Xls")

  • Xlsx (value: "Xlsx")

  • Ppt (value: "Ppt")

  • Pptx (value: "Pptx")

Enum: EEzsigntemplatedocumentFormEnum

  • Keep (value: "Keep")

  • Convert (value: "Convert")