ScheduleConfig

Schedule configuration containing info about the clock in/clock out grace period.

guid
string

The GUID maintained by the Toast platform.

minAfterClockIn
number <double>

Grace period minutes after clock in

minAfterClockOut
number <double>

Grace period minutes after clock out

minBeforeClockIn
number <double>

Grace period minutes before clock in

minBeforeClockOut
number <double>

Grace period minutes before clock out

{
  • "guid": "string",
  • "minBeforeClockIn": 0,
  • "minAfterClockIn": 0,
  • "minBeforeClockOut": 0,
  • "minAfterClockOut": 0
}