API Docs / Schemas / CostProfitRowDto

CostProfitRowDto

One group's row on the Cost & Profit report — a team member or a client

Properties

Name Type Description
groupCodestring

The group's code — the user code or client code; null for the "No client" row

The group's code — the user code or client code; null for the "No client" row

groupNamestring

The group's display name; "No client" for time logged without a client when
grouping by client

The group's display name; "No client" for time logged without a client when
grouping by client

totalMinutesinteger

Minutes logged in the window

Minutes logged in the window

billableMinutesinteger

Of those, the minutes marked billable

Of those, the minutes marked billable

nonBillableMinutesinteger

Of those, the minutes not marked billable

Of those, the minutes not marked billable

entryCountinteger

Number of time entries behind the totals

Number of time entries behind the totals

costAmountnumber

What the group's time cost the practice at the stamped cost rates

What the group's time cost the practice at the stamped cost rates

billableAmountnumber

What the group's billable time is worth at the stamped charge-out rates

What the group's billable time is worth at the stamped charge-out rates

profitAmountnumber

Billable value minus cost

Billable value minus cost

uncostedEntryCountinteger

Entries with no cost rate stamped — minutes counted, cost not

Entries with no cost rate stamped — minutes counted, cost not

unratedEntryCountinteger

Billable entries with no charge-out rate stamped — minutes counted, value not

Billable entries with no charge-out rate stamped — minutes counted, value not

JSON Example

{
  "groupCode": "string",
  "groupName": "string",
  "totalMinutes": 0,
  "billableMinutes": 0,
  "nonBillableMinutes": 0
}

Contained in Schemas