- Subcategories:
- Pay Group Assignments
- Pay Group Roles
Pay Groups REST Endpoints
Pay Groups
The pay groups resource is used to view, create, update, and delete an incentive compensation pay group. A pay group is used to gather participants that are on the same payment cycle and are paid by the same payment application.
- Create a pay group
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationPayGroups - Delete a pay group
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationPayGroups/{PayGroupId} - Get a pay group
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationPayGroups/{PayGroupId} - Get all pay groups
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationPayGroups - Update a pay group
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationPayGroups/{PayGroupId}