Edit

Payroll Fixed Compensation Plan entity

Note

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

This article describes the Payroll Fixed Compensation Plan entity (PayIntV1PayrollFixedCompensationPlanEntity) for Dynamics 365 Human Resources.

Description

This entity provides information about fixed compensation plan for payroll employee.

Properties

Property Physical name Type Use
Payrate mserp_payrate Real Read-only
Processtype mserp_processtype Enum Read-only
Personnelnumber mserp_personnelnumber String Read-only
Currency mserp_currency String Read-only
Validfrom mserp_validfrom Date time offset Read-only
Type mserp_type Enum Read-only
Planid mserp_planid String Read-only
Linenum mserp_linenum Real Read-only
Dataareaid mserp_dataareaid String Read-only
Validto mserp_validto Date time offset Read-only
Positionid mserp_positionid String Read-only
Actionid mserp_actionid String Read-only
Payfrequency mserp_payfrequency String Read-only

Example query for PayIntV1PayrollFixedCompensationPlanEntity

Entity name: mserp_payintv1payrollfixedcompensationplanentities

Request

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

Response

{  
    "mserp_payrate": 19,
    "mserp_processtype": 200000003,
    "mserp_personnelnumber": "000001",
    "mserp_currency": "USD",
    "mserp_validfrom": "2024-01-01T00:00:00Z",
    "mserp_type": 200000003,
    "mserp_planid": "StepC",
    "mserp_linenum": 0,
    "mserp_dataareaid": "usmf",
    "mserp_validto": "2024-01-01T00:00:00Z",
    "mserp_positionid": "000001",
    "mserp_actionid": "Hire",
    "mserp_payfrequency": "Hourly"
}