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.
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 Variable compensation type entity for Dynamics 365 Human Resources.
Physical name: mshr_hcmvariablecompensationtypeentities
Description
This entity provides information about the payroll position details.
Properties
| Property | Physical name | Type | Use |
|---|---|---|---|
| Description | mshr_Description | String | Read-only |
| Type | mshr_Type | Enum | Read-only |
| TypeId | mshr_VariableCompensationType | String | Read-only |
Example query for the Variable compensation type entity
Entity name: mshr_hcmvariablecompensationtypeentities
Request
GET [Organization URI]/api/data/v9.1/mshr_hcmvariablecompensationtypeentities
Response
{
"mshr_description": "Bonus",
"mshr_type": 200000000,
"mshr_variablecompensationtype": "Bonus",
"mshr_dataareaid": "usmf",
}