Entidad de detalles del empleado

Nota:

La funcionalidad descrita en este artículo está disponible en Microsoft Dynamics 365 Human Resources versión 10.0.39.

En este artículo se describe la entidad Employee detail para Dynamics 365 Human Resources.

Nombre físico: mshr_employmentdetailentity

Description

Esta entidad proporciona información sobre los detalles del empleado.

Propiedades

Propiedad Nombre físico Type Utilizar
mshr_AdjustedWorkerStartDate AdjustedWorkerStartDate Desplazamiento de fecha y hora Solo lectura
mshr_EmployerQuantity EmployerNoticeAmount Int Solo lectura
mshr_EmployerUnit EmployerUnit Enumeración Solo lectura
mshr_LastDateWorked LastDateWorked Desplazamiento de fecha y hora Solo lectura
mshr_TerminationDate TransitionDate Desplazamiento de fecha y hora Solo lectura
mshr_Effective Vigente Desplazamiento de fecha y hora Solo lectura
mshr_Expiration Caducidad Desplazamiento de fecha y hora Solo lectura
mshr_WorkerNoticeAmount WorkerNoticeAmount Int Solo lectura
mshr_WorkerStartDate WorkerStartDate Desplazamiento de fecha y hora Solo lectura
mshr_WorkerUnitOfNotice WorkerUnitOfNotice Enumeración Solo lectura
mshr_Status Estado Enumeración Solo lectura
mshr_EmploymentStartDate EmploymentStartDate Desplazamiento de fecha y hora Solo lectura
mshr_FechaDeFinDeEmpleo (EmploymentEndDate) EmploymentEndDate Desplazamiento de fecha y hora Solo lectura
mshr_Company Empresa Cuerda Solo lectura
mshr_NúmeroDePersonal PersonnelNumber Cuerda Solo lectura
mshr_WorkerType WorkerType Enumeración Solo lectura
mshr_BenifitsEmploymentType BenefitsEmploymentType Cuerda Solo lectura
mshr_EmploymentCategory EmploymentCategory Cuerda Solo lectura
mshr_ReasonCodeId ReasonCodeId Int64 Solo lectura

Consulta de ejemplo para la entidad de detalles de empleado

Nombre de entidad: mshr_employmentdetailentity

Solicitud

GET [Organization URI]/api/data/v9.1/employmentdetailentity

Respuesta

{
    "mshr_employerquantity": 0,
    "mshr_employerunit": 200000000,
    "mshr_effective": "2012-09-11T20:30:58Z",
    "mshr_expiration": "2154-12-31T23:59:59Z",
    "mshr_workernoticeamount": 0,
    "mshr_workerstartdate": "2010-02-01T08:00:00Z",
    "mshr_workerunitofnotice": 200000000,
    "mshr_status": 200000000,
    "mshr_employmentstartdate": "2006-02-01T08:00:00Z",
    "mshr_employmentenddate": "2154-12-31T23:59:59Z",
    "mshr_company": "USMF",
    "mshr_personnelnumber": "000001",
    "mshr_workertype": 200000000,
    "mshr_benifitsemploymenttype": "",
    "mshr_employmentcategory": "",
    "mshr_reasoncodeid": 0,
    "mshr_reasoncodeid_bigint": 0,
    "mshr_adjustedworkerstartdate": null,
    "mshr_terminationdate": null,
    "mshr_lastdateworked": null,
}