PUT horizon/v1/employees/notifications
Updates an existing overtime
Request Information
URI Parameters
None.
Body Parameters
Milenio3.Horizon.Dto.Entities.NotificationDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Dismissed | boolean |
None. |
|
| RegistrationDate | date |
None. |
|
| Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Dismissed": true,
"RegistrationDate": "2026-06-21T01:11:56.0812486+01:00",
"Id": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The updated overtime
Milenio3.Horizon.Dto.Entities.NotificationDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Dismissed | boolean |
None. |
|
| RegistrationDate | date |
None. |
|
| Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Dismissed": true,
"RegistrationDate": "2026-06-21T01:11:56.0812486+01:00",
"Id": 4
}