Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 823 Bytes

EzsignfolderSendV3Request.md

File metadata and controls

30 lines (20 loc) · 823 Bytes

EzmaxApi::EzsignfolderSendV3Request

Properties

Name Type Description Notes
t_ezsignfolder_message String A custom text message that will be added to the email sent. [optional]
dt_ezsignfolder_delayedsenddate String The date and time at which the Ezsignfolder will be sent in the future. [optional]
a_fki_ezsignfoldersignerassociation_id Array<Integer>

Example

require 'Ezmaxapi'

instance = EzmaxApi::EzsignfolderSendV3Request.new(
  t_ezsignfolder_message: Hi everyone,

This is the document I need you to review.

Could you sign it before Monday please.

Best Regards.

Mary,
  dt_ezsignfolder_delayedsenddate: 2020-12-31T23:59:59.000Z,
  a_fki_ezsignfoldersignerassociation_id: null
)