API Docs / Schemas / WriteOffRowDto

WriteOffRowDto

One group's row on the Write-off Analysis report: a reason, team member or client

Properties

Name Type Description
groupCodestring

The group's code; null for the "No reason" / "No client" row

The group's code; null for the "No reason" / "No client" row

groupNamestring

The group's display name

The group's display name

settledValuenumber

WIP settled by the group's adjusted allocations

WIP settled by the group's adjusted allocations

billedAmountnumber

What clients were charged for it

What clients were charged for it

writtenOffAmountnumber

Time written off in the group

Time written off in the group

writtenOnAmountnumber

Write-ons in the group, as a positive number

Write-ons in the group, as a positive number

netWriteOffAmountnumber

Written off minus written on

Written off minus written on

shareOfNetnumber

The group's net write-off as a share of the report's net write-off, as a percentage;
null when the net is zero

The group's net write-off as a share of the report's net write-off, as a percentage;
null when the net is zero

adjustedAllocationCountinteger

Adjusted allocations in the group

Adjusted allocations in the group

adjustedEntryCountinteger

Distinct time entries in the group touched by an adjustment

Distinct time entries in the group touched by an adjustment

JSON Example

{
  "groupCode": "string",
  "groupName": "string",
  "settledValue": 0,
  "billedAmount": 0,
  "writtenOffAmount": 0
}

Contained in Schemas