Studyleave

Brief Description

Requires permission: StudyLeaveAdmin

Long Description

post/StudyLeave/Periods/Groups

Query parameters

pageinteger required
pageSizeinteger required
includesstring[] nullable
sortstring nullable
filterstring nullable

Request body

Example request

{
  "studyLeavePeriodGroup": {
    "studyLeavePeriodGroupId": "817df924-2cb0-4da8-b279-d8c94e2f210c",
    "name": "Example Period Group",
    "active": true,
    "studyLeavePeriods": []
  }
}

Response

Success - Success

Changes