Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.79 KB

EzsigntemplatepackageResponse.md

File metadata and controls

36 lines (30 loc) · 1.79 KB

EzmaxApi::EzsigntemplatepackageResponse

Properties

Name Type Description Notes
pki_ezsigntemplatepackage_id Integer The unique ID of the Ezsigntemplatepackage
fki_ezsignfoldertype_id Integer The unique ID of the Ezsignfoldertype.
fki_language_id Integer The unique ID of the Language. Valid values: Value
s_language_name_x String The Name of the Language in the language of the requester
s_ezsigntemplatepackage_description String The description of the Ezsigntemplatepackage
b_ezsigntemplatepackage_adminonly Boolean Whether the Ezsigntemplatepackage can be accessed by admin users only (eUserType=Normal)
b_ezsigntemplatepackage_needvalidation Boolean Whether the Ezsignbulksend was automatically modified and needs a manual validation
b_ezsigntemplatepackage_isactive Boolean Whether the Ezsigntemplatepackage is active or not
s_ezsignfoldertype_name_x String The name of the Ezsignfoldertype in the language of the requester
b_ezsigntemplatepackage_editallowed Boolean Whether the Ezsigntemplatepackage if allowed to edit or not

Example

require 'Ezmaxapi'

instance = EzmaxApi::EzsigntemplatepackageResponse.new(
  pki_ezsigntemplatepackage_id: 99,
  fki_ezsignfoldertype_id: 5,
  fki_language_id: 2,
  s_language_name_x: English,
  s_ezsigntemplatepackage_description: Package for new clients,
  b_ezsigntemplatepackage_adminonly: null,
  b_ezsigntemplatepackage_needvalidation: null,
  b_ezsigntemplatepackage_isactive: true,
  s_ezsignfoldertype_name_x: Default,
  b_ezsigntemplatepackage_editallowed: null
)