POST api/holidaycalendar/edit

Request Information

URI Parameters

None.

Body Parameters

HolidayCalendarEditRequest
NameDescriptionTypeAdditional information
HolidayID

integer

None.

FK_InstituteID

integer

None.

FK_FinancialYearID

integer

None.

HolidayName

string

None.

HolidayFromDate

date

None.

HolidayToDate

date

None.

FK_HolidayTypeID

integer

None.

FK_HolidayAppliesTo

integer

None.

HolidayRemark

string

None.

HolidayMessage

string

None.

IsActive

boolean

None.

ActionBy

integer

None.

ActionDate

date

None.

ReplaceCourseSection

boolean

None.

CourseSections

Collection of CourseSectionItem

None.

Request Formats

application/json, text/json

Sample:
{
  "holidayID": 1,
  "fK_InstituteID": 2,
  "fK_FinancialYearID": 3,
  "holidayName": "sample string 4",
  "holidayFromDate": "2026-06-18 02:16:46",
  "holidayToDate": "2026-06-18 02:16:46",
  "fK_HolidayTypeID": 7,
  "fK_HolidayAppliesTo": 8,
  "holidayRemark": "sample string 9",
  "holidayMessage": "sample string 10",
  "isActive": true,
  "actionBy": 12,
  "actionDate": "2026-06-18 02:16:46",
  "replaceCourseSection": true,
  "courseSections": [
    {
      "fK_CourseSectionID": 1
    },
    {
      "fK_CourseSectionID": 1
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.