API Docs / Schemas / DocumentRequestDto

DocumentRequestDto

Response DTO for a document request

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

JSON Example

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

Used By Operations

Contained in Schemas