CreatePackageFromTemplateApiRequest
Properties
| Name |
Type |
Description |
Notes |
| packageName |
String |
Display name for the new package. Defaults to "Package from template" if omitted. |
[default to null] |
| emailSubject |
String |
Email subject line override for this package. Null to use the template's default. |
[default to null] |
| emailMessage |
String |
Email body message override for this package. Null to use the template's default. |
[default to null] |
| expirationDate |
Date |
Optional expiration date (in the tenant's local timezone) after which the package can no longer be signed. |
[default to null] |
| enforceSigningOrder |
Boolean |
Override for signing order enforcement. Null to use the template's setting. |
[default to null] |
| roleMappings |
List |
Mappings from template role names to concrete signer identities. One entry per role is required. |
[default to null] |
| reminderEnabled |
Boolean |
Whether to enable automatic email reminders for incomplete signers. |
[optional] [default to null] |
| reminderIntervalDays |
Integer |
Number of days between reminder emails. Only used when ReminderEnabled is true. |
[optional] [default to null] |
[Back to Model list] [Back to API list] [Back to README]