API Docs / Schemas / DocumentRequestResponseDto

DocumentRequestResponseDto

Response DTO for a document request submission/response

Properties

Name Type Description
codestring

Unique code for this response

Unique code for this response

commentsstring

Comments provided with the submission

Comments provided with the submission

submittedByUserCodeAndNameDto
submittedByContactCodeAndNameDto
submittedDatestring

When this response was submitted

When this response was submitted

reviewedByUserCodeAndNameDto
reviewedDatestring

When this response was reviewed

When this response was reviewed

reviewStatusenum

Pending Accepted Rejected

Pending Accepted Rejected

reviewNotestring

Note provided by the reviewer

Note provided by the reviewer

createdDatestring

When this response was created

When this response was created

JSON Example

{
  "code": "string",
  "comments": "string",
  "submittedByUser": {
    "code": "string",
    "name": "string"
  },
  "submittedByContact": {
    "code": "string",
    "name": "string"
  },
  "submittedDate": "2024-01-01T00:00:00Z"
}

Used By Operations

Contained in Schemas