API Docs / Schemas / TimeEntryAllocationDto

TimeEntryAllocationDto

One disposal event against a time entry: the WIP it drew down, what the client was charged
for it, and the difference (positive written off, negative written on). A pure write-off has
no billing line item and a billed amount of zero.

Properties

Name Type Description
codestring

Unique code for the allocation

Unique code for the allocation

timeEntryCodestring

The code of the time entry the allocation is against

The code of the time entry the allocation is against

clientBillingLineItemCodestring

The code of the billing line item the time was billed on, or null for a pure write-off

The code of the billing line item the time was billed on, or null for a pure write-off

settledValuenumber

WIP drawn down by this allocation

WIP drawn down by this allocation

billedAmountnumber

What the client was charged for it

What the client was charged for it

writeOffAmountnumber

Settled minus billed: positive is time written off, negative is a write-on

Settled minus billed: positive is time written off, negative is a write-on

writeOffReasonCodeAndNameDto
notesstring

Free-text context for the disposal

Free-text context for the disposal

createdByCodeAndNameDto
createdDatestring

When the disposal was recorded

When the disposal was recorded

JSON Example

{
  "code": "string",
  "timeEntryCode": "string",
  "clientBillingLineItemCode": "string",
  "settledValue": 0,
  "billedAmount": 0
}