Field | Type | Required | Description |
---|---|---|---|
role |
models.TemplateCreateDocumentFromTemplateRole | ✔️ | N/A |
read_status |
models.TemplateCreateDocumentFromTemplateReadStatus | ✔️ | N/A |
signing_status |
models.TemplateCreateDocumentFromTemplateSigningStatus | ✔️ | N/A |
send_status |
models.TemplateCreateDocumentFromTemplateSendStatus | ✔️ | N/A |
id |
float | ✔️ | N/A |
document_id |
Nullable[float] | ✔️ | N/A |
template_id |
Nullable[float] | ✔️ | N/A |
email |
str | ✔️ | N/A |
name |
str | ✔️ | N/A |
token |
str | ✔️ | N/A |
document_deleted_at |
Nullable[str] | ✔️ | N/A |
expired |
Nullable[str] | ✔️ | N/A |
signed_at |
Nullable[str] | ✔️ | N/A |
auth_options |
Nullable[models.TemplateCreateDocumentFromTemplateRecipientAuthOptions] | ✔️ | N/A |
signing_order |
Nullable[float] | ✔️ | The order in which the recipient should sign the document. Only works if the document is set to sequential signing. |
rejection_reason |
Nullable[str] | ✔️ | N/A |