UpdateWorkingPatternRequest
Request to update a working pattern. A full replacement — every day is applied as sent,
so omitting one sets it to no expected time.
Properties
| Name | Type | Description |
|---|---|---|
| name* | string | The display name of the pattern, e.g. "Full time" or "Part time (Mon/Wed/Fri)" |
The display name of the pattern, e.g. "Full time" or "Part time (Mon/Wed/Fri)" | ||
| isDefault | boolean | Make this the tenant's default pattern, clearing the flag from the previous default |
Make this the tenant's default pattern, clearing the flag from the previous default | ||
| expectedMinutesMonday | integer | Minutes expected on a Monday (7.5 hours = 450) |
Minutes expected on a Monday (7.5 hours = 450) | ||
| expectedMinutesTuesday | integer | Minutes expected on a Tuesday |
Minutes expected on a Tuesday | ||
| expectedMinutesWednesday | integer | Minutes expected on a Wednesday |
Minutes expected on a Wednesday | ||
| expectedMinutesThursday | integer | Minutes expected on a Thursday |
Minutes expected on a Thursday | ||
| expectedMinutesFriday | integer | Minutes expected on a Friday |
Minutes expected on a Friday | ||
| expectedMinutesSaturday | integer | Minutes expected on a Saturday |
Minutes expected on a Saturday | ||
| expectedMinutesSunday | integer | Minutes expected on a Sunday |
Minutes expected on a Sunday | ||
JSON Example
{
"name": "string",
"isDefault": false,
"expectedMinutesMonday": 0,
"expectedMinutesTuesday": 0,
"expectedMinutesWednesday": 0
}