POST api/App/GetYearlyCalendarEventBySchoolID

Request Information

URI Parameters

None.

Body Parameters

GetYearlyCalendarEventBySchoolIDRequest
NameDescriptionTypeAdditional information
SchoolID

integer

None.

StartDate

date

None.

EndDate

date

None.

Admin_Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SchoolID": 1,
  "StartDate": "2026-01-29T00:40:12.2435134+05:30",
  "EndDate": "2026-01-29T00:40:12.2435134+05:30",
  "Admin_Id": 4
}

application/xml, text/xml

Sample:
<GetYearlyCalendarEventBySchoolIDRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestApi.Models">
  <Admin_Id>4</Admin_Id>
  <EndDate>2026-01-29T00:40:12.2435134+05:30</EndDate>
  <SchoolID>1</SchoolID>
  <StartDate>2026-01-29T00:40:12.2435134+05:30</StartDate>
</GetYearlyCalendarEventBySchoolIDRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.