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": "80359e1a-5ac1-4201-8397-6ce0ff7f9f7a",
    "studyLeaveOptionGroupId": "0adcfadf-1654-4048-a48b-50693ec07ad2",
    "name": "Example Option",
    "code": "Example Code",
    "studyLeaveOptionAccess": []
  }
}

Response

Success - Success

Changes