Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 5.14 KB

EzsigntemplatesignatureResponse.md

File metadata and controls

36 lines (31 loc) · 5.14 KB

EzsigntemplatesignatureResponse

Properties

Name Type Description Notes
pkiEzsigntemplatesignatureID kotlin.Int The unique ID of the Ezsigntemplatesignature
fkiEzsigntemplatedocumentID kotlin.Int The unique ID of the Ezsigntemplatedocument
fkiEzsigntemplatesignerID kotlin.Int The unique ID of the Ezsigntemplatesigner
iEzsigntemplatedocumentpagePagenumber kotlin.Int The page number in the Ezsigntemplatedocument
iEzsigntemplatesignatureStep kotlin.Int The step when the Ezsigntemplatesigner will be invited to sign
eEzsigntemplatesignatureType FieldEEzsigntemplatesignatureType
fkiEzsigntemplatesignerIDValidation kotlin.Int The unique ID of the Ezsigntemplatesigner [optional]
eEzsigntemplatesignaturePositioning FieldEEzsigntemplatesignaturePositioning [optional]
iEzsigntemplatesignatureX kotlin.Int The X coordinate (Horizontal) where to put the Ezsigntemplatesignature on the page. Coordinate is calculated at 100dpi (dot per inch). So for example, if you want to put the Ezsigntemplatesignature 2 inches from the left border of the page, you would use "200" for the X coordinate. [optional]
iEzsigntemplatesignatureY kotlin.Int The Y coordinate (Vertical) where to put the Ezsigntemplatesignature on the page. Coordinate is calculated at 100dpi (dot per inch). So for example, if you want to put the Ezsigntemplatesignature 3 inches from the top border of the page, you would use "300" for the Y coordinate. [optional]
iEzsigntemplatesignatureWidth kotlin.Int The width of the Ezsigntemplatesignature. Size is calculated at 100dpi (dot per inch). So for example, if you want the Ezsigntemplatesignature to have a width of 2 inches, you would use "200" for the iEzsigntemplatesignatureWidth. [optional]
iEzsigntemplatesignatureHeight kotlin.Int The height of the Ezsigntemplatesignature. Size is calculated at 100dpi (dot per inch). So for example, if you want the Ezsigntemplatesignature to have an height of 2 inches, you would use "200" for the iEzsigntemplatesignatureHeight. [optional]
tEzsigntemplatesignatureTooltip kotlin.String A tooltip that will be presented to Ezsigntemplatesigner about the Ezsigntemplatesignature [optional]
eEzsigntemplatesignatureTooltipposition FieldEEzsigntemplatesignatureTooltipposition [optional]
eEzsigntemplatesignatureFont FieldEEzsigntemplatesignatureFont [optional]
iEzsigntemplatesignatureValidationstep kotlin.Int The step when the Ezsigntemplatesigner will be invited to validate the Ezsigntemplatesignature of eEzsigntemplatesignatureType Attachments [optional]
sEzsigntemplatesignatureAttachmentdescription kotlin.String The description attached to the attachment name added in Ezsigntemplatesignature of eEzsigntemplatesignatureType Attachments [optional]
eEzsigntemplatesignatureAttachmentnamesource FieldEEzsigntemplatesignatureAttachmentnamesource [optional]
bEzsigntemplatesignatureRequired kotlin.Boolean Whether the Ezsigntemplatesignature is required or not. This field is relevant only with Ezsigntemplatesignature with eEzsigntemplatesignatureType = Attachments. [optional]
iEzsigntemplatesignatureMaxlength kotlin.Int The maximum length for the value in the Ezsigntemplatesignature This can only be set if eEzsigntemplatesignatureType is FieldText or FieldTextarea [optional]
sEzsigntemplatesignatureRegexp kotlin.String A regular expression to indicate what values are acceptable for the Ezsigntemplatesignature. This can only be set if eEzsigntemplatesignatureType is Text or Textarea [optional]
eEzsigntemplatesignatureTextvalidation EnumTextvalidation [optional]
eEzsigntemplatesignatureDependencyrequirement FieldEEzsigntemplatesignatureDependencyrequirement [optional]
sEzsigntemplatesignaturePositioningpattern kotlin.String The string pattern to search for the positioning. This is not a regexp This will be required if eEzsigntemplatesignaturePositioning is set to PerCoordinates [optional]
iEzsigntemplatesignaturePositioningoffsetx kotlin.Int The offset X This will be required if eEzsigntemplatesignaturePositioning is set to PerCoordinates [optional]
iEzsigntemplatesignaturePositioningoffsety kotlin.Int The offset Y This will be required if eEzsigntemplatesignaturePositioning is set to PerCoordinates [optional]
eEzsigntemplatesignaturePositioningoccurence FieldEEzsigntemplatesignaturePositioningoccurence [optional]