PUT api/HolidayDetails/UpdateHoliday/{hld_id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| HolidayModel | No documentation available. |
Define this parameter in the request body. |
| hld_id | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{
"hld_id": 1,
"cal_year": 2,
"hld_code": "sample string 3",
"hol_name": "sample string 4",
"hld_day": "2025-12-07T08:00:53.0876649+05:30",
"hol_notification": "sample string 6",
"calendar_code": "sample string 7",
"calendar_year": 8,
"CalendarYearModel": [
{
"calendar_year": 1,
"calendar_code": "sample string 2"
},
{
"calendar_year": 1,
"calendar_code": "sample string 2"
},
{
"calendar_year": 1,
"calendar_code": "sample string 2"
}
],
"HolidayTemp": [
{
"hld_code": "sample string 1",
"hld_id": 2,
"hol_name": "sample string 3",
"hld_day": "2025-12-07T08:00:53.0886632+05:30",
"hol_notification": "sample string 5",
"calendar_code": "sample string 6",
"calendar_year": 7,
"notification_date": "2025-12-07T08:00:53.0886632+05:30"
},
{
"hld_code": "sample string 1",
"hld_id": 2,
"hol_name": "sample string 3",
"hld_day": "2025-12-07T08:00:53.0886632+05:30",
"hol_notification": "sample string 5",
"calendar_code": "sample string 6",
"calendar_year": 7,
"notification_date": "2025-12-07T08:00:53.0886632+05:30"
},
{
"hld_code": "sample string 1",
"hld_id": 2,
"hol_name": "sample string 3",
"hld_day": "2025-12-07T08:00:53.0886632+05:30",
"hol_notification": "sample string 5",
"calendar_code": "sample string 6",
"calendar_year": 7,
"notification_date": "2025-12-07T08:00:53.0886632+05:30"
}
],
"notification_date": "2025-12-07T08:00:53.0886632+05:30"
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.