API Docs / Schemas / WriteOffReasonDto

WriteOffReasonDto

A reason for writing time off (or on) against a fee. Tenant-configurable; deactivated
rather than deleted once used.

Properties

Name Type Description
codestring

The unique code for this reason

The unique code for this reason

namestring

The display name, e.g. "Quoted fixed fee"

The display name, e.g. "Quoted fixed fee"

sortOrderinteger

Position in the reason picker

Position in the reason picker

isActiveboolean

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
}

Used By Operations

Contained in Schemas