POST horizon/v1/manager/dailyscheduleswitches/copy
Request Information
URI Parameters
None.
Body Parameters
Milenio3.Horizon.Dto.Entities.Manager.CopyScheduleSwitchesDto| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeId | integer |
Required |
|
| FromDate | date |
Required |
|
| ToDate | date |
Required |
|
| DayCount | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"EmployeeId": 1,
"FromDate": "2026-06-21T01:15:28.4514369+01:00",
"ToDate": "2026-06-21T01:15:28.4514369+01:00",
"DayCount": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.