POST horizon/v1/administration/employees/employeeList
Request Information
URI Parameters
None.
Body Parameters
Collection of Milenio3.Horizon.Dto.Entities.Configuration.NewImportedEmployeeUserDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyCode | integer |
Required |
|
| FullName | string |
Required Max length: 120 |
|
| DisplayName | string |
Required Max length: 120 |
|
| JobTitle | string |
Max length: 40 |
|
| Birthday | date |
None. |
|
| Gender | Milenio3.Horizon.Dto.Entities.Common.GenderType |
None. |
|
| string |
Max length: 120 |
||
| PIN | unsigned integer |
None. |
|
| CardKey | string |
Max length: 40 |
|
| KeypadNumber | unsigned integer |
None. |
|
| Admission | date |
None. |
|
| Rescision | date |
None. |
|
| AuthorizationUnitName | string |
Required |
|
| LocalHolidayName | string |
Required |
|
| WorkScheduleName | string |
Required |
|
| WorkScheduleReferenceDate | date |
None. |
|
| WorkSchedulePosition | integer |
None. |
|
| AnnualLeave | unsigned integer |
None. |
|
| OvertimeApprovals | unsigned integer |
None. |
|
| RedirectionUrl | string |
Required |
|
| Claims | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"CompanyCode": 1,
"FullName": "sample string 2",
"DisplayName": "sample string 3",
"JobTitle": "sample string 4",
"Birthday": "2026-06-21T01:14:33.6002738+01:00",
"Gender": 0,
"Email": "sample string 5",
"PIN": 1,
"CardKey": "sample string 6",
"KeypadNumber": 1,
"Admission": "2026-06-21T01:14:33.6002738+01:00",
"Rescision": "2026-06-21T01:14:33.6002738+01:00",
"AuthorizationUnitName": "sample string 7",
"LocalHolidayName": "sample string 8",
"WorkScheduleName": "sample string 9",
"WorkScheduleReferenceDate": "2026-06-21T01:14:33.6002738+01:00",
"WorkSchedulePosition": 11,
"AnnualLeave": 1,
"OvertimeApprovals": 1,
"RedirectionUrl": "sample string 12",
"Claims": [
"sample string 1",
"sample string 2"
]
},
{
"CompanyCode": 1,
"FullName": "sample string 2",
"DisplayName": "sample string 3",
"JobTitle": "sample string 4",
"Birthday": "2026-06-21T01:14:33.6002738+01:00",
"Gender": 0,
"Email": "sample string 5",
"PIN": 1,
"CardKey": "sample string 6",
"KeypadNumber": 1,
"Admission": "2026-06-21T01:14:33.6002738+01:00",
"Rescision": "2026-06-21T01:14:33.6002738+01:00",
"AuthorizationUnitName": "sample string 7",
"LocalHolidayName": "sample string 8",
"WorkScheduleName": "sample string 9",
"WorkScheduleReferenceDate": "2026-06-21T01:14:33.6002738+01:00",
"WorkSchedulePosition": 11,
"AnnualLeave": 1,
"OvertimeApprovals": 1,
"RedirectionUrl": "sample string 12",
"Claims": [
"sample string 1",
"sample string 2"
]
}
]
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.