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 | ||
| settledValue | number | WIP to draw down on this entry. At most its open WIP (billable value minus what is already |
WIP to draw down on this entry. At most its open WIP (billable value minus what is already | ||
| billedAmount | number | 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
}