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: mshr_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 mshr_annualconversionfactor Decimal |
Read-only | The annual conversion factor for the payment frequency. |
Description mshr_description String |
Read-only | The description of the conversion rate. |
Hourly pay rate conversion mshr_hourlyconversionfactor Decimal |
Read-only | The hourly conversion factor for the payment frequency. |
Monthly pay rate conversion mshr_monthlyconversionfactor Decimal |
Read-only | The monthly conversion factor for the payment frequency. |
Pay rate conversion mshr_payrateconversion String |
Read-only | A unique string to identify the conversion rate. |
Period mshr_period period option set |
Read-only | The main period for the given pay rate conversion. |
Weekly pay rate conversion mshr_weeklyconversionfactor Decimal |
Read-only | The weekly conversion factor for the payment frequency. |
Data area id mshr_dataareaid String |
Read-only | The legal entity (company). |
Compensation pay frequency entity ID mshr_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/mshr_hcmpayrateconversionentities?$filter=mshr_payrateconversion eq 'Annual' and mshr_dataareaid eq 'usmf'
Response
{
"mshr_annualconversionfactor": 1,
"mshr_description": "Annual",
"mshr_hourlyconversionfactor": 0.0004807692,
"mshr_monthlyconversionfactor": 0.0833333333,
"mshr_payrateconversion": "Annual",
"mshr_period": 200000000,
"mshr_weeklyconversionfactor": 0.0192307692,
"mshr_dataareaid": "usmf",
"mshr_hcmpayrateconversionentityid": "0000056e-0000-0000-b027-fef003000000",
"_mshr_dataareaid_id_value": null
}