Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to these Dynamics 365 apps:
Human Resources
This article describes the Compensation pay frequency entity in Dynamics 365 Human Resources.
Physical name: mserp_hcmpayrateconversionentity.
Description
This entity provides information about the pay rate conversion for a given compensation pay frequency.
Properties
| Property Physical name Type |
Use | Description |
|---|---|---|
| Annual pay rate conversion mserp_annualconversionfactor Decimal |
Read-only | The annual conversion factor for the payment frequency. |
| Description mserp_description String |
Read-only | The description of the conversion rate. |
| Hourly pay rate conversion mserp_hourlyconversionfactor Decimal |
Read-only | The hourly conversion factor for the payment frequency. |
| Monthly pay rate conversion mserp_monthlyconversionfactor Decimal |
Read-only | The monthly conversion factor for the payment frequency. |
| Pay rate conversion mserp_payrateconversion String |
Read-only | A unique string to identify the conversion rate. |
| Period mserp_period period option set |
Read-only | The main period for the given pay rate conversion. |
| Weekly pay rate conversion mserp_weeklyconversionfactor Decimal |
Read-only | The weekly conversion factor for the payment frequency. |
| Data area id mserp_dataareaid String |
Read-only | The legal entity (company). |
| Compensation pay frequency entity ID mserp_dirpersonnamehistoricalentityid GUID |
System generated | A system-generated globally unique identifier (GUID) value to uniquely identify the record. |
Example query for Payroll employee
Request
GET [Organizaton URI]/api/data/v9.1/mserp_hcmpayrateconversionentities?$filter=mserp_payrateconversion eq 'Annual' and mserp_dataareaid eq 'usmf'
Response
{
"mserp_annualconversionfactor": 1,
"mserp_description": "Annual",
"mserp_hourlyconversionfactor": 0.0004807692,
"mserp_monthlyconversionfactor": 0.0833333333,
"mserp_payrateconversion": "Annual",
"mserp_period": 200000000,
"mserp_weeklyconversionfactor": 0.0192307692,
"mserp_dataareaid": "usmf",
"mserp_hcmpayrateconversionentityid": "0000056e-0000-0000-b027-fef003000000",
"_mserp_dataareaid_id_value": null
}