Skip to main content
POST
Create or update a calendar day

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

orgSourcedId
string
required

The organization (school) sourcedId

date
string
required

The date in YYYY-MM-DD format

Body

application/json
isInstructionalDay
boolean
required
instructionalMinutes
number
required
Required range: 0 <= x <= 480
reasonCode
enum<string>
required
Available options:
regular,
weekend,
holiday,
closure,
half-day,
makeup,
break,
professional-development,
map-testing,
teacher-workday,
remote
sessionSourcedId
string | null
status
enum<string>
Available options:
active,
tobedeleted
metadata
object

Response

Success

data
object
required