Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 592 Bytes

EzsigntemplateformfieldgroupsignerRequestCompound.md

File metadata and controls

20 lines (14 loc) · 592 Bytes

EzmaxApi::EzsigntemplateformfieldgroupsignerRequestCompound

Properties

Name Type Description Notes
pki_ezsigntemplateformfieldgroupsigner_id Integer The unique ID of the Ezsigntemplateformfieldgroupsigner [optional]
fki_ezsigntemplatesigner_id Integer The unique ID of the Ezsigntemplatesigner

Example

require 'Ezmaxapi'

instance = EzmaxApi::EzsigntemplateformfieldgroupsignerRequestCompound.new(
  pki_ezsigntemplateformfieldgroupsigner_id: 87,
  fki_ezsigntemplatesigner_id: 9
)