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": "6cb18906-1c03-4b56-8005-2dce391596e3",
    "studyLeaveOptionGroupId": "57e47d58-1511-429e-a374-1941a2567040",
    "name": "Example Option",
    "code": "Example Code",
    "studyLeaveOptionAccess": []
  }
}

Response

Success - Success

Changes