API Docs / Schemas / UpdateWorkingPatternRequest

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)"

isDefaultboolean

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

expectedMinutesMondayinteger

Minutes expected on a Monday (7.5 hours = 450)

Minutes expected on a Monday (7.5 hours = 450)

expectedMinutesTuesdayinteger

Minutes expected on a Tuesday

Minutes expected on a Tuesday

expectedMinutesWednesdayinteger

Minutes expected on a Wednesday

Minutes expected on a Wednesday

expectedMinutesThursdayinteger

Minutes expected on a Thursday

Minutes expected on a Thursday

expectedMinutesFridayinteger

Minutes expected on a Friday

Minutes expected on a Friday

expectedMinutesSaturdayinteger

Minutes expected on a Saturday

Minutes expected on a Saturday

expectedMinutesSundayinteger

Minutes expected on a Sunday

Minutes expected on a Sunday

JSON Example

{
  "name": "string",
  "isDefault": false,
  "expectedMinutesMonday": 0,
  "expectedMinutesTuesday": 0,
  "expectedMinutesWednesday": 0
}

Used By Operations