Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
	"Id": 100,
	"FirstName": "",
	"LastName": "",
	"Email": "john.doe@hrmts.cool",
	"Birthdate": "/Date(1524816000000)/",
	"Gender": 1,
	"DepartmentId": 100,
	"DepartmentName": "",
	"EmploymentDatetime": "/Date(1524816000000)/",
        // ResignationDate:
        // Should not be used. Will be deprecated soon. (01.05.2021) 
        // 'Lastworkingdate' should be used instead
        // (24.02.2021)	"ResignationDatetime": "/Date(1524816000000)/",

	"LastUpdated": "/Date(1524816000000)/",
	"Details": {
		"SecondLastName": "",
		"ProfileImage": link,
		"SecondEmail": "",
		"Superior": "",
		"SuperiorId": 100,
		"MaritalStatus": "",
		"AnniversaryDate": "/Date(1524816000000)/",
		"Nationality": "",
		"Address": "",
		"Address2": "",
		"POBox": "",
		"SSN": "",
		"EmploymentId": "",
		"Zip": "",
		"City": "",
		"Country": "",
		"PhonePrivate": "",
		"PhoneMobile": "",
		"PhoneWork": "",
		"PhoneFax": "",
		"WebSite": "",
		"WorkHours": 0,
// WorkHours defaults to 0 and will be removed in next version //
		"WorkLocation": "",
		"WorkPercentage": "",
// WorkPercentage defaults to 0 and will be removed in next version //
		"AvailabilityDate": "/Date(1524816000000)/",
		"BankAccountNumber": "",
		"StaffCategory": "",
		"CostCenter": "",
		"JobTitle": "",
		"JobType": "",
		"NoticeTime": "",
		"ProbationPeriod": {
			"Id": 1,
			"Name": "0 Month(s)"
		},
		"EducationArea": "",
		"PreferredLanguage": "",
		"RelativeInfo1Name": "",
		"RelativeInfo1Phone": "",
		"RelativeInfo1Email": "",
		"RelativeInfo1Relation": "",
		"RelativeInfo2Name": "",
		"RelativeInfo2Phone": "",
		"RelativeInfo2Email": "",
		"RelativeInfo2Relation": "",
		"Rank": "",
		"LastLoginDateTimeUtc": "/Date(1524816000000)/",
		"CreatedDateTimeUtc": "/Date(1524816000000)/",
		"SeniorityDate": "/Date(1524816000000)/",
		"ReasonForLeavingId": -1,
		"FTE": 0.1,
		"BankRegistrationNumber": "",
		"LastWorkingDate": "/Date(1524816000000)/",
		"EmploymentEndDate": "/Date(1524816000000)/",
		"Salary": "",
		"Tags": [],
		"DocumentList": null,
		"ActivityLogs": [],
		"CommunicationLog": [],
		"EmployeeHistory": {
			"EmployeeWorkHistory": [],
			"EmployeeLeaveHistory": [],
			"EmployeeSalaryHistory": []
		},
		"Notes": [],
		"Course": [],
		"Certificates": [],
		"KeyQuestionnaire": {
			"ModuleType": 0,
			"Id": 100,
			"Title": "",
			"QuestionList": null,
			"AverageScore": 0,
			"RawXml": 
				<XML>
					<QuestionCollection>
						<Name/>
						<Description>
							<LocalizedText/>
						</Description>
						<QuestionGroupList>
							<QuestionGroup id="100">
								<Name>
									<LocalizedText/>
								</Name>
								<QuestionList>
									<QuestionBase Id="100">
										<Text>
											<LocalizedText/>
										</Text>
										<AnswerGroupList>
											<AnswerGroup ID="100">
												<Name>
													<LocalizedText/>
												</Name>
												<AnswerOptionList>
													<AnswerOption Id="100">
														<Name>
															<LocalizedText/>
														</Name>
													</AnswerOption>
												</AnswerOptionList>	
												<UserAnswers>
													<UserAnswer id="100" RowID="100">
														<CustomAnswer/>
														<DateTimeAnswer/>
														<UserOptionList>
															<UserAnswerOption Id="100">
																<UserAnswerId>100</UserAnswerId>
																<AnswerOptionId>100</AnswerOptionId>
															</UserAnswerOption>
														</UserOptionList>
													</UserAnswer>
												</UserAnswers>
											</AnswerGroup>
										</AnswerGroupList>
									</QuestionBase>
								</QuestionList>
							</QuestionGroup>
						</QuestionGroupList>			
					</QuestionCollection>	
				</XML>		
	},
		"CvQuestionnaire": null,
		"AppraisalQuestionnaire": null,
		"DevelopmentPlanQuestionnaire": null,
		"CompetencyQuestionnaire": null,
		"TalentReviewQuestionnaire": null
	}
}

...