Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 604 Bytes

EzsigndocumentApplyEzsigntemplateV2Request.md

File metadata and controls

22 lines (16 loc) · 604 Bytes

EzmaxApi::EzsigndocumentApplyEzsigntemplateV2Request

Properties

Name Type Description Notes
fki_ezsigntemplate_id Integer The unique ID of the Ezsigntemplate
a_s_ezsigntemplatesigner Array<String>
a_pki_ezsignfoldersignerassociation_id Array<Integer>

Example

require 'Ezmaxapi'

instance = EzmaxApi::EzsigndocumentApplyEzsigntemplateV2Request.new(
  fki_ezsigntemplate_id: 36,
  a_s_ezsigntemplatesigner: null,
  a_pki_ezsignfoldersignerassociation_id: null
)