UpdateClientDocumentRequest
Properties
| Name | Type | Description |
|---|---|---|
| documentType | enum | EngagementLetters Proposal Misc ProfessionalClearanceLetters |
EngagementLetters Proposal Misc ProfessionalClearanceLetters | ||
| title | string | The title of the document |
The title of the document | ||
| summary | string | A brief summary or description of the document |
A brief summary or description of the document | ||
| date | string | 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"
}