共用方式為


薪資單固定薪酬計畫

適用於這些 Dynamics 365 應用程式:
人力資源

本文說明 Dynamics 365 Human Resources 的薪資單固定薪酬計畫實體。

描述

本實體提供按員工預設職位指派的固定薪酬計劃。

實際名稱:mshr_payrollfixedcompensationplanentity。

屬性

屬性
實體名稱
類型
使用 描述
計畫識別碼
mshr_planid
字串
唯讀 指定薪酬計劃。
人員編號
mshr_personnelnumber
字串
唯讀 員工的唯一個人編號。
付費率
mshr_payrate
十進位
唯讀 固定薪酬計劃定義的支付費率。
職位識別碼
mshr_positionid
字串
唯讀 與員工和固定薪酬計劃註冊有關聯的職位識別碼。
有效期限自
mshr_validfrom
日期時間位移
唯讀 員工固定薪酬的生效日期。
有效期限至
mshr_validto
日期時間位移
唯讀 員工固定薪酬的失效日期。
支付頻率
mshr_payFrequency
字串
唯讀 預訂支付費率的薪酬支付頻率識別碼。
貨幣
mshr_currency
字串
唯讀 為固定薪酬計劃定義的貨幣。
薪資單固定薪酬計畫實體
mshr_payrollfixedcompensationplanentityid
GUID
系統產生的 系統產生用來辨別唯一薪酬計畫的 GUID 值。

關係

屬性值 相關實體 瀏覽屬性 集合物件類型
_mshr_fk_employee_id_value mshr_payrollemployeeentity mshr_FK_Employee_id mshr_FK_PayrollEmployeeEntity_FixedCompPlan
_mshr_fk_job_id_value mshr_payrollpositionjobentity mshr_FK_Job_id mshr_FK_PayrollPositionJobEntity_FixedCompPlan
_mshr_fk_payrollposition_id_value mshr_payrollpositionentity mshr_FK_PayrollPosition_id mshr_FK_PayrollPositionEntity_FixedCompPlan
_mshr_fk_plan_id_value mshr_hcmcompfixedplantableentity mshr_FK_Plan_id -
_mshr_fk_variablecompaward_id_value mshr_payrollvariablecompensationawardentity mshr_FK_VariableCompAward_id mshr_FK_PayrollVariableCompensationAwardEntity_FixedComp

範例查詢

要求

GET [Organizaton URI]/api/data/v9.1/mshr_payrollfixedcompensationplanentities?$filter=mshr_personnelnumber eq @personnelnumber and mshr_validfrom le @asofdate and mshr_validto ge @asofdate&@personnelnumber='000041'&@asofdate=2021-04-01

回覆

{
    "mshr_planid": "GradeC",
    "mshr_personnelnumber": "000041",
    "mshr_payrate": 75200,
    "mshr_positionid": "000276",
    "mshr_validfrom": "2011-04-05T00:00:00Z",
    "mshr_validto": "2154-12-31T00:00:00Z",
    "mshr_payfrequency": "Annual",
    "mshr_currency": "USD",
    "_mshr_fk_employee_id_value": "00000d3c-0000-0000-d5ff-004105000000",
    "_mshr_fk_plan_id_value": "0000070c-0000-0000-b328-fef003000000",
    "_mshr_fk_job_id_value": "00010094-0000-0000-df00-014105000000",
    "mshr_payrollfixedcompensationplanentityid": "0000029f-0000-0000-d5ff-004105000000",
    "_mshr_fk_payroll_id_value": null
}

也請參閱

薪資單整合 API 簡介