Studyleave

Post Study Leave Submission

Requires permissions: Guardian or Parent or StudyLeaveAdmin

Create a study leave submission for one student and one date

post/StudyLeave/Submissions

Query parameters

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

Request body

Example request

{
  "studyLeaveSubmission": {
    "studyLeaveSubmissionId": "37ae6bf8-9866-40d0-8e8e-7a0347c7ae48",
    "studyLeaveDateId": "2265f75d-a3b9-444f-b0d9-f0f6e6bd22fb",
    "studentUpi": "fce7dd47-0747-474e-9549-def35e1a14de",
    "submittedByUpi": "00000000-0000-0000-0000-000000000000",
    "submitted": "0001-01-01T00:00:00",
    "studyLeaveSubmissionPeriods": []
  }
}

Response

Success - Success

Changes