AvailabilityRestrictionTimePeriod Model

Represents a continuous period of time

Required MaxLength(8)
startTime : string

The time at which this time period begins (inclusive)

Encoded as a 24 hour string "HH:MM". eg- "23:12" or "09:05"

Min Value: 00:00
Max Value: 23:59

Required MaxLength(8)
endTime : string

The time at which this time period ends (inclusive)

Encoded as a 24 hour string "HH:MM". eg- "23:12" or "09:05"

Min Value: 00:00
Max Value: 23:59

Example
{
  "startTime": "string value",
  "endTime": "string value"
}