API Docs / Schemas / DocumentCategoryDto

DocumentCategoryDto

A tenant-defined grouping used to classify client documents

Properties

Name Type Description
codestring

The unique code for this document category

The unique code for this document category

namestring

The display name of the document category

The display name of the document category

sortOrderinteger

The sort order for displaying document categories

The sort order for displaying document categories

JSON Example

{
  "code": "string",
  "name": "string",
  "sortOrder": 0
}

Used By Operations

Contained in Schemas