EzmaxApi::EzsigntemplatepublicRequest
Name
Type
Description
Notes
pki_ezsigntemplatepublic_id
Integer
The unique ID of the Ezsigntemplatepublic
[optional]
fki_ezsignfoldertype_id
Integer
The unique ID of the Ezsignfoldertype.
fki_userlogintype_id
Integer
The unique ID of the Userlogintype Valid values:
Value
fki_ezsigntemplate_id
Integer
The unique ID of the Ezsigntemplate
[optional]
fki_ezsigntemplatepackage_id
Integer
The unique ID of the Ezsigntemplatepackage
[optional]
s_ezsigntemplatepublic_description
String
The description of the Ezsigntemplatepublic
b_ezsigntemplatepublic_isactive
Boolean
Whether the ezsigntemplatepublic is active or not
t_ezsigntemplatepublic_note
String
The note of the Ezsigntemplatepublic
e_ezsigntemplatepublic_limittype
FieldEEzsigntemplatepublicLimittype
i_ezsigntemplatepublic_limit
Integer
The limit of the Ezsigntemplatepublic
require 'Ezmaxapi'
instance = EzmaxApi ::EzsigntemplatepublicRequest . new (
pki_ezsigntemplatepublic_id : 96 ,
fki_ezsignfoldertype_id : 5 ,
fki_userlogintype_id : 2 ,
fki_ezsigntemplate_id : 36 ,
fki_ezsigntemplatepackage_id : 99 ,
s_ezsigntemplatepublic_description : Inscription form ,
b_ezsigntemplatepublic_isactive : true ,
t_ezsigntemplatepublic_note : This is a note ,
e_ezsigntemplatepublic_limittype : null ,
i_ezsigntemplatepublic_limit : 10
)