Pay Group Assignments REST Endpoints

Pay Groups/Pay Group Assignments
The pay group assignments resource is used to view, create, update or delete an incentive compensation assignments for pay group.
Create a pay group assignments
Method: post
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationPayGroups/{PayGroupId}/child/PayGroupAssignments
Delete a pay group assignment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationPayGroups/{PayGroupId}/child/PayGroupAssignments/{ParticipantPayGroupId}
Get a pay group assignment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationPayGroups/{PayGroupId}/child/PayGroupAssignments/{ParticipantPayGroupId}
Get all pay group assignments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationPayGroups/{PayGroupId}/child/PayGroupAssignments
Update a pay group assignments
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationPayGroups/{PayGroupId}/child/PayGroupAssignments/{ParticipantPayGroupId}