プラン・コンポーネント - レート表のRESTエンドポイント
計画コンポーネント/計画コンポーネント - インセンティブ算式/プラン・コンポーネント - レート表
プラン・コンポーネント - レート表リソースは、レート表とプラン・コンポーネントの関連付けを作成、更新または削除するために使用されます。 また、パフォーマンス・メジャーに関連付けられたレート表のすべての詳細を表示するために使用することもできます。 このレコードは、レート表をパフォーマンス・メジャーにリンクし、このレベルの追加詳細を提供します。 このレコードを作成する前に、レート表が存在する必要があります。 レート表関連は、インセンティブ算式が作成された後にのみ作成できます。
- レート表の作成
- メソッド: postパス:
/fscmRestApi/resources/11.13.18.05/planComponents/{planComponentsUniqID}/child/planComponentIncentiveFormulas/{IncentiveFormulaId}/child/planComponentRateTables
- レート表の削除
- メソッド: deleteパス:
/fscmRestApi/resources/11.13.18.05/planComponents/{planComponentsUniqID}/child/planComponentIncentiveFormulas/{IncentiveFormulaId}/child/planComponentRateTables/{PlanComponentRateTableId}
- レート表の取得
- メソッド: getパス:
/fscmRestApi/resources/11.13.18.05/planComponents/{planComponentsUniqID}/child/planComponentIncentiveFormulas/{IncentiveFormulaId}/child/planComponentRateTables/{PlanComponentRateTableId}
- すべてのレート表の取得
- メソッド: getパス:
/fscmRestApi/resources/11.13.18.05/planComponents/{planComponentsUniqID}/child/planComponentIncentiveFormulas/{IncentiveFormulaId}/child/planComponentRateTables
- レート表の更新
- メソッド: patchパス:
/fscmRestApi/resources/11.13.18.05/planComponents/{planComponentsUniqID}/child/planComponentIncentiveFormulas/{IncentiveFormulaId}/child/planComponentRateTables/{PlanComponentRateTableId}