API Docs / Schemas / CreateDocumentCategoryRequest

CreateDocumentCategoryRequest

DTO for creating a document category

Properties

Name Type Description
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

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

Used By Operations