變動薪酬類型實體

備註

本文中附註的功能自 Microsoft Dynamics 365 Human Resources 版本 10.0.39 起可用。

本文描述了 Dynamics 365 人力資源的變額薪酬類型實體。

本名:mshr_hcmvariablecompensationtypeentities

描述

此實體提供有關薪資職位詳細資訊的資訊。

屬性

財產 實體名稱 類型 使用
描述 mshr_Description 唯讀
類型 mshr_Type 列舉 唯讀
TypeId mshr_變動薪酬類型 唯讀

變動薪酬類型實體的查詢範例

實體名稱:mshr_hcmvariablecompensationtypeentities

要求

GET [Organization URI]/api/data/v9.1/mshr_hcmvariablecompensationtypeentities

回應

{  
    "mshr_description": "Bonus",  
    "mshr_type": 200000000,  
    "mshr_variablecompensationtype": "Bonus",  
    "mshr_dataareaid": "usmf",  
}