UpdateClientDocumentRequest
Properties
| Name | Type | Description |
|---|---|---|
| documentCategoryCode | string | The document category code. Optional — if omitted, the document will have no category assigned. |
The document category code. Optional — if omitted, the document will have no category assigned. | ||
| 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
{
"documentCategoryCode": "string",
"title": "string",
"summary": "string",
"date": "2024-01-01"
}