支払プラン・ロールのRESTエンドポイント
支払プラン/支払プラン・ロール
ロール・リソースは、支払プランのインセンティブ報酬ロール割当を表示、作成、更新または削除するために使用されます。
- 支払プラン・ロールの作成
- メソッド: postパス:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationPaymentPlans/{PaymentPlanId}/child/PaymentPlanRoles
- 支払プラン・ロールの削除
- メソッド: deleteパス:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationPaymentPlans/{PaymentPlanId}/child/PaymentPlanRoles/{RolePaymentPlanId}
- 支払プラン・ロールの取得
- メソッド: getパス:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationPaymentPlans/{PaymentPlanId}/child/PaymentPlanRoles/{RolePaymentPlanId}
- すべての支払プラン・ロールの取得
- メソッド: getパス:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationPaymentPlans/{PaymentPlanId}/child/PaymentPlanRoles
- 支払プラン・ロールの更新
- メソッド: patchパス:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationPaymentPlans/{PaymentPlanId}/child/PaymentPlanRoles/{RolePaymentPlanId}