CreateAndSendPackageApiRequest

Properties

Name Type Description Notes
name String The display name of the package. [default to null]
signers List The list of signers to add to the package. At least one signer is required. [default to null]
documents List The list of documents to include, with content provided as base64-encoded strings. At least one document is required. [default to null]
emailSubject String Custom subject line for the signing notification email. [optional] [default to null]
emailMessage String Custom body text for the signing notification email. [optional] [default to null]
enforceSigningOrder Boolean Whether to enforce sequential signing order. Defaults to true. [optional] [default to null]
expirationDate Date The expiration date for the package (in tenant timezone). [optional] [default to null]
reminderEnabled Boolean Whether automatic reminders are enabled. [optional] [default to null]
reminderIntervalDays Integer The number of days between automatic reminder emails. [optional] [default to null]
scheduledSendTime Date When provided, the package is scheduled for future sending instead of being sent immediately (in tenant timezone). [optional] [default to null]
externalReferenceId String [optional] [default to null]
metadata String [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]