CreateTemplateApiRequest
Properties
| Name |
Type |
Description |
Notes |
| name |
String |
The display name of the template. |
[default to null] |
| description |
String |
An optional description explaining the template's purpose. |
[optional] [default to null] |
| emailSubject |
String |
Default email subject line used when packages are sent from this template. |
[optional] [default to null] |
| emailMessage |
String |
Default email body message used when packages are sent from this template. |
[optional] [default to null] |
| enforceSigningOrder |
Boolean |
Whether signers must complete in routing order. Defaults to true if omitted. |
[optional] [default to null] |
| isShared |
Boolean |
|
[optional] [default to null] |
| defaultPaymentAmount |
Double |
Default payment amount (in the tenant's currency) charged to signers created from this template. |
[optional] [default to null] |
| defaultPaymentDescription |
String |
Default description shown to signers for the payment charge. |
[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]