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