A request to update a WorkweekConfig
object
UpdateWorkweekConfigRequest
Name | Type | Description |
---|---|---|
WorkweekConfig |
Models.WorkweekConfig |
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_week": "MON",
"start_of_day_local_time": "10:00",
"version": 10
}
}