workingDayMachines
Update a workingDayMachines record
patch/api/working-day-machines/{id}
Path parameters
idstring uuid required
Request body
Example request
{
"multiplier": 1,
"usage": 25.5,
"unitPrice": 25.5,
"totalPrice": 25.5
}Response
Default Response
Example response
{
"multiplier": 1,
"usage": 25.5,
"unitPrice": 25.5,
"totalPrice": 25.5,
"serverVersion": 1,
"createdAt": "2026-03-26T14:00:00Z",
"updatedAt": "2026-03-26T14:00:00Z",
"deletedAt": "2026-03-26T14:00:00Z",
"defaultUnitPrice": 25.5
}