Studyleave

Post Study Leave Option

Requires permission: StudyLeaveAdmin

Create a study leave option

post/StudyLeave/Options

Query parameters

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

Request body

Example request

{
  "studyLeaveOption": {
    "studyLeaveOptionId": "9dfff0fb-4983-4076-8034-f0376086cba5",
    "studyLeaveOptionGroupId": "9749e86e-fc80-4c69-a0a4-15f5c173836c",
    "name": "Example Option",
    "code": "Example Code",
    "studyLeaveOptionAccess": []
  }
}

Response

Success - Success

Changes