Payment Plans REST Endpoints

Payment Plans
The payment plans resource is used to view, create, update, and delete an incentive compensation payment plan. The payment plan contains rules for payment draw, draw recovery, and cap amounts to pay to assigned participants.
Create a payment plan
Method: post
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationPaymentPlans
Delete a payment plan
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationPaymentPlans/{PaymentPlanId}
Get a payment plan
Method: get
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationPaymentPlans/{PaymentPlanId}
Get all payment plans
Method: get
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationPaymentPlans
Update a payment plan
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationPaymentPlans/{PaymentPlanId}