Update User Rate
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. Setting a cost rate requires the Cost Rates permission.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| userCode* | path string | |
| rateCode* | path string | |
Request Body*
{
"hourlyRate": 0,
"costRate": 0,
"effectiveFrom": "2024-01-01",
"effectiveTo": "2024-01-01"
}
Responses
200 OK
400 Bad Request
401 Unauthorized – Invalid or missing API key
403 Forbidden
404 Not Found