A request to update a WorkweekConfig
object
Update Workweek Config Request
Name | Type | Tags | Description |
---|---|---|---|
workweek_config |
Workweek Config |
Required | Sets the Day of the week and hour of the day that a business starts a work week. Used for the calculation of overtime pay. |
{
"workweek_config": {
"start_of_day_local_time": "10:00",
"start_of_week": "MON",
"version": 10
}
}