API Docs / Schemas / DocumentRequestDetailDto

DocumentRequestDetailDto

Detailed response DTO for a document request, including documents and responses

Properties

Name Type Description
codestring

Unique code for this document request

Unique code for this document request

clientCodeAndNameDto
titlestring

Title describing what documents are needed

Title describing what documents are needed

descriptionstring

Detailed description of what is needed

Detailed description of what is needed

statusenum

Draft Open Submitted Accepted Rejected

Draft Open Submitted Accepted Rejected

deadlinestring

Optional deadline for the client to respond by

Optional deadline for the client to respond by

documentCountinteger

Number of documents attached to this request

Number of documents attached to this request

notifyUserCodeAndNameDto
createdByUserCodeAndNameDto
taskCodeAndNameDto
createdDatestring

When the request was created

When the request was created

updatedDatestring

When the request was last updated

When the request was last updated

documentsarray of ClientDocumentDto

Documents attached to this request

Documents attached to this request

responsesarray of DocumentRequestResponseDto

Submission responses for this request

Submission responses for this request

JSON Example

{
  "code": "string",
  "client": {
    "code": "string",
    "name": "string"
  },
  "title": "string",
  "description": "string",
  "status": "Draft"
}

Used By Operations