API Docs / Schemas / UnbilledTimeClientDto

UnbilledTimeClientDto

A client with unbilled billable time, and how much of it there is

Properties

Name Type Description
clientCodeAndNameDto
unbilledMinutesinteger

Total unbilled billable minutes for the client

Total unbilled billable minutes for the client

entryCountinteger

Number of unbilled billable entries for the client

Number of unbilled billable entries for the client

JSON Example

{
  "client": {
    "code": "string",
    "name": "string"
  },
  "unbilledMinutes": 0,
  "entryCount": 0
}

Contained in Schemas