報酬プラン - プラン・コンポーネントのRESTエンドポイント
報酬プラン/報酬プラン - プラン・コンポーネント
プラン・コンポーネント・リソースは、プラン・コンポーネントと報酬プランの関連を作成、更新または削除するために使用されます。 また、報酬プランのプラン・コンポーネントのすべての詳細を表示するためにも使用できます。 プラン・コンポーネント・リソースは、プラン・コンポーネントを報酬にリンクし、このレベルで追加詳細を提供します。 このレコードを作成する前に、プラン・コンポーネントが存在する必要があります。
- プラン・コンポーネントの作成
- メソッド: postパス:
/fscmRestApi/resources/11.13.18.05/compensationPlans/{CompensationPlanId}/child/CompensationPlanComponents
- プラン・コンポーネントの削除
- メソッド: deleteパス:
/fscmRestApi/resources/11.13.18.05/compensationPlans/{CompensationPlanId}/child/CompensationPlanComponents/{CompensationPlanComponentId}
- プラン・コンポーネントの取得
- メソッド: getパス:
/fscmRestApi/resources/11.13.18.05/compensationPlans/{CompensationPlanId}/child/CompensationPlanComponents/{CompensationPlanComponentId}
- すべてのプラン・コンポーネントの取得
- メソッド: getパス:
/fscmRestApi/resources/11.13.18.05/compensationPlans/{CompensationPlanId}/child/CompensationPlanComponents
- プラン・コンポーネントの更新
- メソッド: patchパス:
/fscmRestApi/resources/11.13.18.05/compensationPlans/{CompensationPlanId}/child/CompensationPlanComponents/{CompensationPlanComponentId}