Time Tracking - Write-off Reasons
Tenant-configurable reasons for writing time off (or on) against a fee: Quoted fixed fee, Overrun, Goodwill, Client dispute, Training / junior time, Other by default. A reason already used on an allocation cannot be deleted; deactivate it instead.
-
GET List WriteOffReasonsLists all WriteOffReasons for the given tenant./tenants/{tenant}/write-off-reasons
-
POST Create WriteOffReasonCreates a new WriteOffReason for the specified tenant./tenants/{tenant}/write-off-reasons
-
GET Get WriteOffReasonGets a WriteOffReason for the specified tenant./tenants/{tenant}/write-off-reasons/{code}
-
PUT Update WriteOffReasonUpdates a WriteOffReason for the specified tenant./tenants/{tenant}/write-off-reasons/{code}
-
DELETE Delete WriteOffReasonDeletes a WriteOffReason for the specified tenant./tenants/{tenant}/write-off-reasons/{code}