EzmaxApi::EzsigntemplatepublicResponseCompound
Name
Type
Description
Notes
pki_ezsigntemplatepublic_id
Integer
The unique ID of the Ezsigntemplatepublic
fki_ezsignfoldertype_id
Integer
The unique ID of the Ezsignfoldertype.
s_ezsignfoldertype_name_x
String
The name of the Ezsignfoldertype in the language of the requester
fki_userlogintype_id
Integer
The unique ID of the Userlogintype Valid values:
Value
s_userlogintype_description_x
String
The description of the Userlogintype in the language of the requester
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
s_ezsigntemplatepublic_referenceid
String
The referenceid 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
i_ezsigntemplatepublic_limitexceeded
Integer
The limitexceeded of the Ezsigntemplatepublic
dt_ezsigntemplatepublic_limitexceededsince
String
The limitexceededsince of the Ezsigntemplatepublic
s_ezsigntemplatepublic_url
String
The url of the Ezsigntemplatepublic You can add these value as query parameters to prefill the corresponding role
Parameter
s_ezsigntemplatepublic_ezsigntemplatedescription
String
The Ezsigntemplate/Ezsigntemplatepackage description
obj_audit
CommonAudit
[optional]
a_obj_ezsignfolderezsigntemplatepublic
Array<CustomEzsignfolderezsigntemplatepublicResponse>
require 'Ezmaxapi'
instance = EzmaxApi ::EzsigntemplatepublicResponseCompound . new (
pki_ezsigntemplatepublic_id : 96 ,
fki_ezsignfoldertype_id : 5 ,
s_ezsignfoldertype_name_x : Default ,
fki_userlogintype_id : 2 ,
s_userlogintype_description_x : Email and phone or SMS ,
fki_ezsigntemplate_id : 36 ,
fki_ezsigntemplatepackage_id : 99 ,
s_ezsigntemplatepublic_description : Inscription form ,
s_ezsigntemplatepublic_referenceid : 6 B29FC40 -CA47 -1067 -B31D -00 DD010662DA ,
b_ezsigntemplatepublic_isactive : true ,
t_ezsigntemplatepublic_note : This is a note ,
e_ezsigntemplatepublic_limittype : null ,
i_ezsigntemplatepublic_limit : 10 ,
i_ezsigntemplatepublic_limitexceeded : 5 ,
dt_ezsigntemplatepublic_limitexceededsince : 2024 -05 -16 15 :12 :45 ,
s_ezsigntemplatepublic_url : https ://prod.ezsignsigner.ca-central-1.ezmax.com/ezsigntemplatepublic /{ sEzmaxcustomerCode } /{ sEzsigntemplatepublicReferenceID } ,
s_ezsigntemplatepublic_ezsigntemplatedescription : null ,
obj_audit : null ,
a_obj_ezsignfolderezsigntemplatepublic : null
)