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": "d27f282b-d57a-455a-b903-144d8797b6dc",
    "studyLeaveOptionGroupId": "aad25c03-3253-4479-b6f3-3b0d78ce5fa9",
    "name": "Example Option",
    "code": "Example Code",
    "studyLeaveOptionAccess": []
  }
}

Response

Success - Success

Changes