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" | ||
| sortOrder | integer | Position in the reason picker |
Position in the reason picker | ||
| isActive | boolean | 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
}