API Docs / Schemas / UpdateClientDocumentRequest

UpdateClientDocumentRequest

Properties

Name Type Description
documentCategoryCodestring

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.

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

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

Used By Operations