Roles REST Endpoints

Roles
The incentive compensation roles resource is used to view, create, update, and delete an incentive compensation role. Incentive compensation roles match plans, pay groups, and payment plans to participants by grouping them under a specific role.
Create an incentive compensation role
Method: post
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationRoles
Delete an incentive compensation role
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationRoles/{RoleId}
Get a specific incentive compensation role detail
Method: get
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationRoles/{RoleId}
Get all incentive compensation role details
Method: get
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationRoles
Update an incentive compensation role
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationRoles/{RoleId}