API Docs / Schemas / TimeEntryAllocationRequest

TimeEntryAllocationRequest

An explicit per-entry allocation for the cherry-picking case: how much of the entry's open
WIP to settle, and how much of the fee to attribute to it. When a bill request carries these,
every selected entry needs one and the billed amounts must sum to the fee.

Properties

Name Type Description
timeEntryCode*string

The code of the time entry

The code of the time entry

settledValuenumber

WIP to draw down on this entry. At most its open WIP (billable value minus what is already
settled); less leaves the rest open to bill later.

WIP to draw down on this entry. At most its open WIP (billable value minus what is already
settled); less leaves the rest open to bill later.

billedAmountnumber

What the client is charged for this entry. Ignored on a write-off (always 0 there).

What the client is charged for this entry. Ignored on a write-off (always 0 there).

JSON Example

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

Contained in Schemas