PUT horizon/v1/administration/virtualtimeevent
Updates VirtualTimeEvent SETTING
horizon/v1/administration/virtualtimeevent
Request Information
URI Parameters
None.
Body Parameters
Milenio3.Horizon.Dto.Entities.Configuration.VirtualTimeEventSettingDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Enable | boolean |
None. |
|
| LastTimeEvent | Milenio3.Horizon.Dto.Entities.TimeEventDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"Enable": true,
"LastTimeEvent": {
"Type": 1,
"LogTime": "2026-06-21T01:07:12.4877125+01:00",
"Id": 2
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Milenio3.Horizon.Dto.Entities.Configuration.VirtualTimeEventSettingDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Enable | boolean |
None. |
|
| LastTimeEvent | Milenio3.Horizon.Dto.Entities.TimeEventDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"Enable": true,
"LastTimeEvent": {
"Type": 1,
"LogTime": "2026-06-21T01:07:12.4877125+01:00",
"Id": 2
}
}