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