Employment employee entity

Note

The functionality that's noted in this article is available as of Microsoft Dynamics 365 Human Resources version 10.0.39.

Description

This entity provides information about employee employment.

Properties

Property Physical name Type Use Description
ProbationPeriod mserp_ProbationPeriod Date time offset Read-only Details of the probation period.
ValidFrom mserp_ValidFrom Date time offset Read-only The first date that employment is valid.
ValidTo mserp_ValidTo Date time offset Read-only The last date that employment is valid.
EmploymentStartDate mserp_EmploymentStartDate Date time offset Read-only The start date of employment.
EmploymentEndDate mserp_EmploymentEndDate Date time offset Read-only The end date of employment.
LegalEntityId mserp_LegalEntityId String Read-only Details of the assigned legal entity.
PersonnelNumber mserp_PersonnelNumber String Read-only The personnel number of the worker.

Example query for Employment employee entity

Request

Entity name: mserp_payintv1hcmemploymentemployeeentities

GET [Organizaton URI]/api/data/v9.1/mserp_payintv1hcmemploymentemployeeentities_

Response

{
    "mserp_probationperiod": "2017-11-19T08:00:00Z",
    "mserp_validfrom": "2012-09-28T17:11:47Z",
    "mserp_validto": "2154-12-31T23:59:59Z",
    "mserp_employmentstartdate": "2011-11-19T08:00:00Z",
    "mserp_employmentenddate": "2154-12-31T23:59:59Z",
    "mserp_legalentityid": "USRT",
    "mserp_personnelnumber": "000171",
}