FormBatchCreateWithDocumentDataResponse
The FormBatchCreateWithDocumentDataResponse class represents the response model for batch document creation, containing a list of document IDs.
Properties
| Name | Description |
|---|---|
| DocumentIds | A list of document IDs created during the batch process. |
Constructors
| Name | Description |
|---|---|
| FormBatchCreateWithDocumentDataResponse() | Initializes a new instance of the FormBatchCreateWithDocumentDataResponse class and sets the DocumentIds property to an empty list. |