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": "d54374e0-f444-430a-9ccb-74f199857fd3",
    "studyLeaveDateId": "cd9de36e-50fe-465b-8fa9-1d80faf196a2",
    "studentUpi": "d04be8ab-ab9a-42cd-b1bb-7cc3128fbff4",
    "submittedByUpi": "00000000-0000-0000-0000-000000000000",
    "submitted": "0001-01-01T00:00:00",
    "studyLeaveSubmissionPeriods": []
  }
}

Response

Success - Success

Changes