workingDayWorkers
Update a workingDayWorkers record
patch/api/working-day-workers/{id}
Path parameters
idstring uuid required
Request body
Example request
{
"hours": 25.5,
"rate": 25.5,
"unitRate": 25.5,
"totalRate": 25.5,
"multiplier": 1
}Response
Default Response
Example response
{
"hours": 25.5,
"rate": 25.5,
"unitRate": 25.5,
"totalRate": 25.5,
"multiplier": 1,
"serverVersion": 1,
"createdAt": "2026-03-26T14:00:00Z",
"updatedAt": "2026-03-26T14:00:00Z",
"deletedAt": "2026-03-26T14:00:00Z",
"defaultRate": 25.5
}