Skip to content

Latest commit

 

History

History
49 lines (44 loc) · 5.85 KB

EzsignsignatureResponseCompound.md

File metadata and controls

49 lines (44 loc) · 5.85 KB

EzmaxApi::Object::EzsignsignatureResponseCompound

Load the model package

use EzmaxApi::Object::EzsignsignatureResponseCompound;

Properties

Name Type Description Notes
pki_ezsignsignature_id int The unique ID of the Ezsignsignature
fki_ezsigndocument_id int The unique ID of the Ezsigndocument
fki_ezsignfoldersignerassociation_id int The unique ID of the Ezsignfoldersignerassociation
fki_ezsignsigningreason_id int The unique ID of the Ezsignsigningreason [optional]
s_ezsignsigningreason_description_x string The description of the Ezsignsigningreason in the language of the requester [optional]
i_ezsignpage_pagenumber int The page number in the Ezsigndocument
i_ezsignsignature_x int The X coordinate (Horizontal) where to put the Ezsignsignature on the page. Coordinate is calculated at 100dpi (dot per inch). So for example, if you want to put the Ezsignsignature 2 inches from the left border of the page, you would use "200" for the X coordinate.
i_ezsignsignature_y int The Y coordinate (Vertical) where to put the Ezsignsignature on the page. Coordinate is calculated at 100dpi (dot per inch). So for example, if you want to put the Ezsignsignature 3 inches from the top border of the page, you would use "300" for the Y coordinate.
i_ezsignsignature_height int The height of the Ezsignsignature. Size is calculated at 100dpi (dot per inch). So for example, if you want the Ezsignsignature to have an height of 2 inches, you would use "200" for the iEzsignsignatureHeight. [optional]
i_ezsignsignature_width int The width of the Ezsignsignature. Size is calculated at 100dpi (dot per inch). So for example, if you want the Ezsignsignature to have a width of 2 inches, you would use "200" for the iEzsignsignatureWidth. [optional]
i_ezsignsignature_step int The step when the Ezsignsigner will be invited to sign
i_ezsignsignature_stepadjusted int The step when the Ezsignsigner will be invited to sign [optional]
e_ezsignsignature_type FieldEEzsignsignatureType
t_ezsignsignature_tooltip string A tooltip that will be presented to Ezsignsigner about the Ezsignsignature [optional]
e_ezsignsignature_tooltipposition FieldEEzsignsignatureTooltipposition [optional]
e_ezsignsignature_font FieldEEzsignsignatureFont [optional]
i_ezsignsignature_validationstep int The step when the Ezsignsigner will be invited to validate the Ezsignsignature of eEzsignsignatureType Attachments [optional]
s_ezsignsignature_attachmentdescription string The description attached to the attachment name added in Ezsignsignature of eEzsignsignatureType Attachments [optional]
e_ezsignsignature_attachmentnamesource FieldEEzsignsignatureAttachmentnamesource [optional]
b_ezsignsignature_required boolean Whether the Ezsignsignature is required or not. This field is relevant only with Ezsignsignature with eEzsignsignatureType = Attachments. [optional]
fki_ezsignfoldersignerassociation_id_validation int The unique ID of the Ezsignfoldersignerassociation [optional]
dt_ezsignsignature_date string The date the Ezsignsignature was signed [optional]
i_ezsignsignatureattachment_count int The count of Ezsignsignatureattachment [optional]
s_ezsignsignature_description string The value entered while signing Ezsignsignature of eEzsignsignatureType City, FieldText and FieldTextarea [optional]
i_ezsignsignature_maxlength int The maximum length for the value in the Ezsignsignature This can only be set if eEzsignsignatureType is FieldText or FieldTextarea [optional]
e_ezsignsignature_textvalidation EnumTextvalidation [optional]
e_ezsignsignature_dependencyrequirement FieldEEzsignsignatureDependencyrequirement [optional]
s_ezsignsignature_regexp string A regular expression to indicate what values are acceptable for the Ezsignsignature. This can only be set if eEzsignsignatureType is FieldText or FieldTextarea and eEzsignsignatureTextvalidation is Custom [optional]
obj_contact_name CustomContactNameResponse
obj_contact_name_delegation CustomContactNameResponse [optional]
obj_signature SignatureResponseCompound [optional]
b_ezsignsignature_customdate boolean Whether the Ezsignsignature has a custom date format or not. (Only possible when eEzsignsignatureType is Name or Handwritten) [optional]
a_obj_ezsignsignaturecustomdate ARRAY[EzsignsignaturecustomdateResponseCompound] An array of custom date blocks that will be filled at the time of signature. Can only be used if bEzsignsignatureCustomdate is true. Use an empty array if you don't want to have a date at all. [optional]
obj_creditcardtransaction CustomCreditcardtransactionResponse [optional]
a_obj_ezsignelementdependency ARRAY[EzsignelementdependencyResponseCompound] [optional]

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