EzmaxApi::EzsigntemplatepackagesignerRequest
Name
Type
Description
Notes
pki_ezsigntemplatepackagesigner_id
Integer
The unique ID of the Ezsigntemplatepackagesigner
[optional]
fki_ezsigntemplatepackage_id
Integer
The unique ID of the Ezsigntemplatepackage
fki_ezdoctemplatedocument_id
Integer
The unique ID of the Ezdoctemplatedocument
[optional]
fki_user_id
Integer
The unique ID of the User
[optional]
fki_usergroup_id
Integer
The unique ID of the Usergroup
[optional]
b_ezsigntemplatepackagesigner_receivecopy
Boolean
If this flag is true. The signatory will receive a copy of every signed Ezsigndocument even if it ain't required to sign the document.
[optional]
e_ezsigntemplatepackagesigner_mapping
FieldEEzsigntemplatepackagesignerMapping
[optional][default to 'Manual']
s_ezsigntemplatepackagesigner_description
String
The description of the Ezsigntemplatepackagesigner
require 'Ezmaxapi'
instance = EzmaxApi ::EzsigntemplatepackagesignerRequest . new (
pki_ezsigntemplatepackagesigner_id : 174 ,
fki_ezsigntemplatepackage_id : 99 ,
fki_ezdoctemplatedocument_id : 95 ,
fki_user_id : 70 ,
fki_usergroup_id : 2 ,
b_ezsigntemplatepackagesigner_receivecopy : null ,
e_ezsigntemplatepackagesigner_mapping : null ,
s_ezsigntemplatepackagesigner_description : Customer
)