WriteOffReasonDto
A reason for writing time off (or on) against a fee. Tenant-configurable; deactivated
rather than deleted once used.
Properties
| Name | Type | Description |
|---|---|---|
| code | string | The unique code for this reason |
The unique code for this reason | ||
| name | string | The display name, e.g. "Quoted fixed fee" |
The display name, e.g. "Quoted fixed fee" | ||
| sortOrder | integer | Position in the reason picker |
Position in the reason picker | ||
| isActive | boolean | Whether the reason is offered for new write-offs |
Whether the reason is offered for new write-offs | ||
JSON Example
{
"code": "string",
"name": "string",
"sortOrder": 0,
"isActive": false
}