FormSaveAsDraftResponse
The FormSaveAsDraftResponse class represents the response model for saving a form as a draft, extending the FormResponseBase class and including starter information.
Properties
| Name | Description |
|---|---|
| Status | The encrypted secret key used for security. |
| DocumentId | The identifier of the document related to the form. |
| StarterInfo | Contains starter information related to the form draft. |
| SecretKey | The encrypted secret key used for security. |
| Form | The client form instance associated with the response. |
| DecryptedSecret | The decrypted secret key associated with the form. (Ignored during serialization.) |