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 | ||
| 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
{
"name": "string",
"sortOrder": 0,
"isActive": false
}