支払プランのRESTエンドポイント
    
         支払プラン
    
支払プラン・リソースは、インセンティブ報酬支払プランの表示、作成、更新および削除に使用されます。 支払プランには、割当済参加者に支払う支払前払金、前払金回収および上限金額のルールが含まれます。 
- 支払プランの作成
 - メソッド: postパス:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationPaymentPlans - 支払プランの削除
 - メソッド: deleteパス:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationPaymentPlans/{PaymentPlanId} - 支払プランの取得
 - メソッド: getパス:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationPaymentPlans/{PaymentPlanId} - すべての支払プランの取得
 - メソッド: getパス:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationPaymentPlans - 支払プランの更新
 - メソッド: patchパス:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationPaymentPlans/{PaymentPlanId}