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: post
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationPayGroups
Delete a pay group
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationPayGroups/{PayGroupId}
Get a pay group
Method: get
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationPayGroups/{PayGroupId}
Get all pay groups
Method: get
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationPayGroups
Update a pay group
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationPayGroups/{PayGroupId}