Compensation Plans REST Endpoints

Compensation Plans
The compensation plans resource is used to create, update, or delete a compensation plan. It can also be used to display all the details of the compensation plans. A compensation plan is used to generate the earnings and payment details of a participant based on the performance measures defined. A new compensation plan can be created with a role assignment and/or plan component assignment. It can also be created individually where only a compensation plan is created and the association with other components needs to be done separately.
Create a compensation plan
Method: post
Path: /fscmRestApi/resources/11.13.18.05/compensationPlans
Delete a compensation plan
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/compensationPlans/{CompensationPlanId}
Get a compensation plan
Method: get
Path: /fscmRestApi/resources/11.13.18.05/compensationPlans/{CompensationPlanId}
Get all compensation plans
Method: get
Path: /fscmRestApi/resources/11.13.18.05/compensationPlans
Update a compensation plan
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/compensationPlans/{CompensationPlanId}