API Docs / Schemas / UpdateClientDocumentRequest

UpdateClientDocumentRequest

Properties

Name Type Description
documentTypeenum

EngagementLetters Proposal Misc ProfessionalClearanceLetters

EngagementLetters Proposal Misc ProfessionalClearanceLetters

titlestring

The title of the document

The title of the document

summarystring

A brief summary or description of the document

A brief summary or description of the document

datestring

The date the document is dated (not the creation date)

The date the document is dated (not the creation date)

JSON Example

{
  "documentType": "EngagementLetters",
  "title": "string",
  "summary": "string",
  "date": "2024-01-01"
}

Used By Operations