API Docs / Operations / Users / Update User Rate

Update User Rate

PUT /tenants/{tenant}/users/{userCode}/rates/{rateCode}

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

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

userCode* path string
rateCode* path string
{
  "hourlyRate": 0,
  "costRate": 0,
  "effectiveFrom": "2024-01-01",
  "effectiveTo": "2024-01-01"
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
403 Forbidden
404 Not Found