Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 580 Bytes

EzsignformfieldgroupsignerRequestCompound.md

File metadata and controls

20 lines (14 loc) · 580 Bytes

EzmaxApi::EzsignformfieldgroupsignerRequestCompound

Properties

Name Type Description Notes
pki_ezsignformfieldgroupsigner_id Integer The unique ID of the Ezsignformfieldgroupsigner [optional]
fki_ezsignfoldersignerassociation_id Integer The unique ID of the Ezsignfoldersignerassociation

Example

require 'Ezmaxapi'

instance = EzmaxApi::EzsignformfieldgroupsignerRequestCompound.new(
  pki_ezsignformfieldgroupsigner_id: 81,
  fki_ezsignfoldersignerassociation_id: 20
)