API Docs / Schemas / CreateWriteOffReasonRequest

CreateWriteOffReasonRequest

Request to create a write-off reason

Properties

Name Type Description
name*string

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 (default true)

Whether the reason is offered for new write-offs (default true)

JSON Example

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

Used By Operations