Compensation pay frequency
Important
The functionality noted in this article is currently available in both the stand-alone Dynamics 365 Human Resources and the merged Finance infrastructure. Navigation might be different than noted while we make updates. If you need to find a specific page, you can use Search.
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
| PropertyPhysical nameType | Use | Description |
|---|---|---|
| Annual pay rate conversionmshr_annualconversionfactorDecimal | Read-only | The annual conversion factor for the payment frequency. |
| Descriptionmshr_descriptionString | Read-only | The description of the conversion rate. |
| Hourly pay rate conversionmshr_hourlyconversionfactorDecimal | Read-only | The hourly conversion factor for the payment frequency. |
| Monthly pay rate conversionmshr_monthlyconversionfactorDecimal | Read-only | The monthly conversion factor for the payment frequency. |
| Pay rate conversionmshr_payrateconversionString | Read-only | A unique string to identify the conversion rate. |
| Periodmshr_periodperiod option set | Read-only | The main period for the given pay rate conversion. |
| Weekly pay rate conversionmshr_weeklyconversionfactorDecimal | Read-only | The weekly conversion factor for the payment frequency. |
| Data area idmshr_dataareaidString | Read-only | The legal entity (company). |
| Compensation pay frequency entity IDmshr_dirpersonnamehistoricalentityidGUID | 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
}
See also
Payroll integration API introduction
Help us understand
We want to learn more about how people use Microsoft's custom Help toolkit. Take the survey (in English) and help us understand: https://forms.office.com/r/A4cUJgjkD1.
Feedback
Submit and view feedback for