POST horizon/v1/administration/localholidays
Creates a new calendar
Request Information
URI Parameters
None.
Body Parameters
Milenio3.Horizon.Dto.Entities.Configuration.NewCalendarDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The created calendar
Milenio3.Horizon.Dto.Entities.Configuration.LocalHolidayDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| CreatedOn | date |
None. |
|
| CreatedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"CreatedOn": "2026-06-21T01:08:56.5980574+01:00",
"CreatedBy": 3,
"ModifiedOn": "2026-06-21T01:08:56.5980574+01:00",
"ModifiedBy": 1,
"Id": 4
}