注释
本文中介绍的功能从 Microsoft Dynamics 365 Human Resources 版本 10.0.39 开始可用。
本文介绍 Dynamics 365 人力资源的变量补偿类型实体。
物理名称:mshr_hcmvariablecompensationtypeentities
说明
此实体提供有关工资单职位详细信息的信息。
属性
| 属性 | 物理名称 | 类型 | 使用 |
|---|---|---|---|
| 说明 | mshr_描述 | 字符串 | 只读 |
| 类型 | mshr_Type | 枚举 | 只读 |
| TypeId | mshr_VariableCompensationType | 字符串 | 只读 |
“可变薪酬类型”实体的查询示例
实体名称:mshr_hcmvariablecompensationtypeentities
请求
GET [Organization URI]/api/data/v9.1/mshr_hcmvariablecompensationtypeentities
响应
{
"mshr_description": "Bonus",
"mshr_type": 200000000,
"mshr_variablecompensationtype": "Bonus",
"mshr_dataareaid": "usmf",
}