SelectionListForCreateDto
Dto for creating an SelectionList entry.
Parameter "Category" The Category for the SelectionList entry.
The value for the Category needs to be one of the examples:
ImportantDate,
BusinessDepartment,
BusinessPosition,
ManagedByRole.
Parameter "Text"
The Text of the SelectionList entry. This value is unique.
{
"category": "string",
"text": "string"
}