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": "ac9c6179-9fe5-4fcd-be77-1ac6439f34aa",
    "name": "Example Period Group",
    "active": true,
    "studyLeavePeriods": []
  }
}

Response

Success - Success

Changes