...
| Property | Type | Description | ||||||
|---|---|---|---|---|---|---|---|---|
| ThirdPartyUsername | String | Login id of the employee in Customer’s network. This property is only required if Single Sign-On is in use. | ||||||
| Address | String | |||||||
| Address2 | String | |||||||
| Zip | String | |||||||
| City | String | |||||||
| Country | String | |||||||
| Nationality | String | |||||||
| Gender | Enum | Valid values: Male, Female, Other | ||||||
| BirthDate | Nullable<DateTime> | |||||||
| AnniversaryDate | Nullable<DateTime> | |||||||
| PersonId | String | |||||||
| AlternateEmail | String | |||||||
| PhonePrivate | String | |||||||
| PhoneMobile | String | |||||||
| PhoneFax | String | |||||||
| PhoneWork | String | |||||||
| PhonePrivateCountryCode | String | |||||||
| PhoneMobileCountryCode | String | |||||||
| PhoneWorkCountryCode | String | |||||||
| EmploymentId | String | |||||||
| EmploymentDate | Nullable<DateTime> | |||||||
| WorkTimeStart | int | |||||||
| WorkTimeEnd | int | |||||||
| WorkPercentage | int | |||||||
| WorkLocation | string | |||||||
| BankAccountNumber | string | |||||||
| MaritalStatusId | RemotableId<int> | |||||||
| RemotableId<int> | |||||||
| JobTypeId | RemotableId<int> | |||||||
| NoticeTimeId | RemotableId<int> | |||||||
| EducationLevelId | RemotableId<int> | |||||||
| ProbationPeriodId | int | |||||||
| ParentEmployeeId | int | |||||||
| ParentEmployee | RemotableId<int> | |||||||
| CostCenter | string | |||||||
| StaffCategory | string | |||||||
| LastName2 | string | |||||||
| AvailabilityDate | Nullable<DateTime> | |||||||
| ResignationDate | Nullable<DateTime> | Should not be used. Will be deprecated soon. (01.05.2021) 'Lastworkingdate' should be used instead (24.02.2021) | ||||||
| Salary | string | |||||||
| AppraisalImageFileName | string | |||||||
| SeniorityDate | Nullable<DateTime> | |||||||
| ReasonForLeavingId | RemotableId<int> | |||||||
| FTE | double | |||||||
| BankRegistrationNumber | string | |||||||
| LastWorkingDate | Nullable<DateTime> | |||||||
| EmploymentEndDate | Nullable<DateTime> | |||||||
| RelativeInfo1Email | string | |||||||
| RelativeInfo1RelationId | Remotable<int> | |||||||
| RelativeInfo1Name | string | |||||||
| RelativeInfo1Phone | string | |||||||
| RelativeInfo2Email | string | |||||||
| RelativeInfo2RelationId | Remotable<int> | |||||||
| RelativeInfo2Name | string | |||||||
| RelativeInfo2Phone | string | |||||||
| AccessLevelList | List<UserAccessInfo> | List of UserAccessInfo entries that define employee’s access and roles in different departments. At least one AccessInfo entry must be supplied. The first entry in the list servers as employees’ default access. | ||||||
| KeyInformationAnswerList | List<EmployeeKeyInformationAnswer> | |||||||
...