UpdateTenantUserRateRequest
Full replacement of one rate entry — for correcting a historical entry's rates or dates.
The edited entry must not overlap the user's other entries, and at most one entry may be
left without an end date. Rates already stamped on logged time are never changed.
Properties
| Name | Type | Description |
|---|---|---|
| hourlyRate | number | Charge-out rate per hour. Null gives the user no rate of their own for the period, |
Charge-out rate per hour. Null gives the user no rate of their own for the period, | ||
| costRate | number | Internal cost rate per hour. Setting a value requires the Cost Rates permission; |
Internal cost rate per hour. Setting a value requires the Cost Rates permission; | ||
| effectiveFrom | string | The first day the rates apply. Null means "since forever". |
The first day the rates apply. Null means "since forever". | ||
| effectiveTo | string | The last day the rates apply (inclusive). Null makes this the current rate — at most |
The last day the rates apply (inclusive). Null makes this the current rate — at most | ||
JSON Example
{
"hourlyRate": 0,
"costRate": 0,
"effectiveFrom": "2024-01-01",
"effectiveTo": "2024-01-01"
}