Entidad de empleo HCM V2

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 de empleo de HCM V2 para Recursos humanos de Dynamics 365.

Nombre físico: mshr_hcmemploymentv2entities

Description

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

Propiedades

Propiedad Nombre físico Type Utilizar
mshr_Dimension Dimensión Int64 Solo lectura
mshr_DimensionDisplayValue DimensionDisplayValue Cuerda Solo lectura
mshr_RegulatoryEstablishment RegulatoryEstablishment Int64 Solo lectura
mshr_RegulatoryEstablishmentId RegulatoryEstablishmentId Cuerda Solo lectura
mshr_WorkerType WorkerType Enumeración Solo lectura
mshr_LegalEntity (Entidad Jurídica) LegalEntity Int64 Solo lectura
mshr_LegalEntityId LegalEntityId Cuerda Solo lectura
mshr_EmploymentStartDate EmploymentStartDate Desplazamineto de fecha y hora Solo lectura
mshr_FechaDeFinDeEmpleo (EmploymentEndDate) EmploymentEndDate Desplazamineto de fecha y hora Solo lectura
mshr_Worker Trabajador Int64 Solo lectura
mshr_NúmeroDePersonal PersonnelNumber Cuerda Solo lectura
mshr_EmploymentId EmploymentId Cuerda Solo lectura

Consulta de ejemplo para la entidad de empleo HCM V2

Nombre de entidad: mshr_hcmemploymentv2entities

Solicitud

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

Respuesta

{
    "mshr_dimensiondisplayvalue": "--026",
    "mshr_regulatoryestablishmentid": "Seattle",
    "mshr_workertype": 200000000,
    "mshr_legalentityid": "USMF",
    "mshr_employmentstartdate": "2006-02-01T08:00:00Z",
    "mshr_employmentenddate": "2154-12-31T23:59:59Z",
    "mshr_personnelnumber": "000001",
    "mshr_employmentid": "000006201",
}