FormSaveResponse Properties
An object defining properties for the FormSaveResponse class.
ValidationErrors
A list of validation errors encountered during the form save operation.
Type: List<FormValidationErrorObject>
Status
The encrypted secret key used for security.
Type: FormStatus
Accepted Values:
Name Value Completed 0 Canceled 1 ValidationError 2
DocumentId
The identifier of the document related to the form.
Type: long
SecretKey
The encrypted secret key used for security.
Type: string
Form
The client form instance associated with the response.
Type: ClientForm
DecryptedSecret
The decrypted secret key associated with the form. (Ignored during serialization.)
Type: FormSecret