SubmitDocumentRequestRequest
Request DTO for submitting a document request response
Properties
| Name | Type | Description |
|---|---|---|
| comments | string | Comments to include with the submission. Required if no documents are attached. |
Comments to include with the submission. Required if no documents are attached. | ||
JSON Example
{
"comments": "string"
}