POST v6/holiday/update/{holidayId}
Create or Update an existing Holiday
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| holidayId | integer |
Required |
Body Parameters
HolidayUpdateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| HolidayDate |
HolidayDate |
date |
None. |
| RegionId |
Region Id |
integer |
None. |
| LocationId |
Location Id |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"holidayDate": "2025-11-08T08:26:26.3958562+00:00",
"regionId": 1,
"locationId": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.