API Docs / Schemas / UpdateWriteOffReasonRequest

UpdateWriteOffReasonRequest

Request to update a write-off reason. Deactivate a reason rather than deleting it once it
has been used: it stays on the allocations that carry it.

Properties

Name Type Description
name*string

The display name

The display name

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

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

Used By Operations