The response to a request to update a WorkweekConfig
object. Contains
the updated WorkweekConfig
object. May contain a set of Error
objects if
the request resulted in errors.
Update Workweek Config Response
Name | Type | Tags | Description |
---|---|---|---|
workweek_config |
Workweek Config |
Optional | 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. |
errors |
List of Error |
Optional | Any errors that occurred during the request. |
{
"workweek_config": {
"created_at": "2016-02-04T00:58:24Z",
"id": "FY4VCAQN700GM",
"start_of_day_local_time": "10:00",
"start_of_week": "MON",
"updated_at": "2019-02-28T01:04:35Z",
"version": 11
}
}