API Docs / Schemas / TimeWipReportDto

TimeWipReportDto

The WIP Value report: a point-in-time snapshot of billable time not yet billed or written
off, valued at the stamped charge-out rates and aged from the day it was worked. Distinct
from WIP / Ageing, which is about open tasks. Recovery is measured against Sodium's billing
lines: time allocations, plus lines attributed to the job that carry no time (fixed fees,
on-account and progress bills). Time billed before the allocation model existed reads as
fully recovered.

Properties

Name Type Description
summaryTimeWipSummaryDto
rowsTimeWipRowDtoPagedResult
generatedAtstring

When the report was generated (UTC)

When the report was generated (UTC)

JSON Example

{
  "summary": {
    "openWip": 0,
    "openEntryCount": 0,
    "openMinutes": 0,
    "unratedEntryCount": 0,
    "oldestAgeDays": 0
  },
  "rows": {
    "data": [
      "..."
    ],
    "totalCount": 0,
    "offset": 0,
    "limit": 0,
    "hasMore": false
  },
  "generatedAt": "2024-01-01T00:00:00Z"
}

Used By Operations