API Docs / Schemas / ExpectedTimeDayDto

ExpectedTimeDayDto

One day's expectation within an expected-time window

Properties

Name Type Description
datestring

The date the expectation applies to

The date the expectation applies to

isWorkingDayboolean

True when the member's working pattern expects time on this date — so an empty day
they were meant to work reads differently from a day they never work. Bank holidays
are never working days

True when the member's working pattern expects time on this date — so an empty day
they were meant to work reads differently from a day they never work. Bank holidays
are never working days

expectedMinutesinteger

Minutes the member's pattern expects on this date — zero on non-working days, bank
holidays, or when there is no pattern

Minutes the member's pattern expects on this date — zero on non-working days, bank
holidays, or when there is no pattern

JSON Example

{
  "date": "2024-01-01",
  "isWorkingDay": false,
  "expectedMinutes": 0
}

Contained in Schemas