Studyleave

Patch Study Leave Submission

Requires permissions: Guardian or Parent or StudyLeaveAdmin

Update an existing study leave submission

patch/StudyLeave/Submissions

Query parameters

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

Request body

Example request

{
  "studyLeaveSubmission": {
    "studyLeaveSubmissionId": "95e44d86-7998-409a-a7fd-92910a22ee7b",
    "studyLeaveDateId": "d89e7ba2-1600-4875-b572-955e15f72a61",
    "studentUpi": "bd33ef0a-dccc-4021-b306-d14abec3f108",
    "submittedByUpi": "00000000-0000-0000-0000-000000000000",
    "submitted": "0001-01-01T00:00:00",
    "studyLeaveSubmissionPeriods": []
  }
}

Response

Success - Success

Changes