WriteOffReportDto
The Write-off Analysis report: time written off (or on) against fees over a period, by
reason, team member or client. The cohort is every time allocation recorded in the window,
dated by when the disposal was recorded rather than when the time was worked. Recovery here
is measured against Sodium's billing lines, not the invoice the accounting platform issued.
Properties
| Name | Type | Description |
|---|---|---|
| summary | WriteOffSummaryDto | |
| rows | WriteOffRowDtoPagedResult | |
| generatedAt | string | When the report was generated (UTC) |
When the report was generated (UTC) | ||
JSON Example
{
"summary": {
"settledValue": 0,
"billedAmount": 0,
"writtenOffAmount": 0,
"writtenOnAmount": 0,
"netWriteOffAmount": 0
},
"rows": {
"data": [
"..."
],
"totalCount": 0,
"offset": 0,
"limit": 0,
"hasMore": false
},
"generatedAt": "2024-01-01T00:00:00Z"
}