Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.2 KB

EzsignbulksendRequestCompound.md

File metadata and controls

30 lines (24 loc) · 1.2 KB

EzmaxApi::EzsignbulksendRequestCompound

Properties

Name Type Description Notes
pki_ezsignbulksend_id Integer The unique ID of the Ezsignbulksend [optional]
fki_ezsignfoldertype_id Integer The unique ID of the Ezsignfoldertype.
fki_language_id Integer The unique ID of the Language. Valid values: Value
s_ezsignbulksend_description String The description of the Ezsignbulksend
t_ezsignbulksend_note String Note about the Ezsignbulksend
b_ezsignbulksend_needvalidation Boolean Whether the Ezsigntemplatepackage was automatically modified and needs a manual validation
b_ezsignbulksend_isactive Boolean Whether the Ezsignbulksend is active or not

Example

require 'Ezmaxapi'

instance = EzmaxApi::EzsignbulksendRequestCompound.new(
  pki_ezsignbulksend_id: 8,
  fki_ezsignfoldertype_id: 5,
  fki_language_id: 2,
  s_ezsignbulksend_description: Test eZsign Bulk Send,
  t_ezsignbulksend_note: This is a note,
  b_ezsignbulksend_needvalidation: null,
  b_ezsignbulksend_isactive: true
)