DataFormCategoryDto
A grouping used to classify forms
Properties
| Name | Type | Description |
|---|---|---|
| code | string | The unique code for this form category |
The unique code for this form category | ||
| name | string | The display name of the form category |
The display name of the form category | ||
JSON Example
{
"code": "string",
"name": "string"
}