boldsign
Version:
NodeJS client for boldsign
36 lines (30 loc) • 1.75 kB
Markdown
# # CreateTemplateRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
| `title`<sup>*_required_</sup> | ```string``` | | |
| `description` | ```string``` | | |
| `documentTitle` | ```string``` | | |
| `documentMessage` | ```string``` | | |
| `files` | ```Array<RequestFile>``` | | |
| `fileUrls` | ```Array<string>``` | | |
| `roles` | [```Array<TemplateRole>```](TemplateRole.md) | | |
| `allowModifyFiles` | ```boolean``` | | [default to true] |
| `cc` | [```Array<DocumentCC>```](DocumentCC.md) | | |
| `brandId` | ```string``` | | |
| `allowMessageEditing` | ```boolean``` | | [default to true] |
| `allowNewRoles` | ```boolean``` | | [default to true] |
| `allowNewFiles` | ```boolean``` | | [default to true] |
| `enableReassign` | ```boolean``` | | [default to true] |
| `enablePrintAndSign` | ```boolean``` | | [default to false] |
| `enableSigningOrder` | ```boolean``` | | [default to false] |
| `documentInfo` | [```Array<DocumentInfo>```](DocumentInfo.md) | | |
| `useTextTags` | ```boolean``` | | [default to false] |
| `textTagDefinitions` | [```Array<TextTagDefinition>```](TextTagDefinition.md) | | |
| `autoDetectFields` | ```boolean``` | | [default to false] |
| `onBehalfOf` | ```string``` | | |
| `labels` | ```Array<string>``` | | |
| `templateLabels` | ```Array<string>``` | | |
| `formGroups` | [```Array<FormGroup>```](FormGroup.md) | | |
| `recipientNotificationSettings` | [```RecipientNotificationSettings```](RecipientNotificationSettings.md) | | |
[[Back to Model list]](../README.md#models) [[Back to API list]](../README.md#api-endpoints) [[Back to README]](../README.md)