PUT api/HolidayItem/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
HolidayItemParam| Name | Description | Type | Additional information |
|---|---|---|---|
| HolidayGroupId | integer |
None. |
|
| PublicHolidayId | integer |
None. |
|
| Year | integer |
None. |
|
| Date | string |
None. |
|
| Name | string |
None. |
|
| ObservedDate | string |
None. |
|
| UserId | integer |
None. |
|
| Items | Collection of string |
None. |
|
| PublicHolidayItems | Collection of PublicHolidayItem |
None. |
Request Formats
application/json, text/json
Sample:
{
"HolidayGroupId": 1,
"PublicHolidayId": 2,
"Year": 3,
"Date": "sample string 4",
"Name": "sample string 5",
"ObservedDate": "sample string 6",
"UserId": 7,
"Items": [
"sample string 1",
"sample string 2"
],
"PublicHolidayItems": [
{
"PublicHolidayId": 1,
"ObservedDate": "2025-12-17T18:41:18.55016+00:00"
},
{
"PublicHolidayId": 1,
"ObservedDate": "2025-12-17T18:41:18.55016+00:00"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.