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: postPath:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationPayGroups/{PayGroupId}/child/PayGroupAssignments - Delete a pay group assignment
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationPayGroups/{PayGroupId}/child/PayGroupAssignments/{ParticipantPayGroupId} - Get a pay group assignment
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationPayGroups/{PayGroupId}/child/PayGroupAssignments/{ParticipantPayGroupId} - Get all pay group assignments
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationPayGroups/{PayGroupId}/child/PayGroupAssignments - Update a pay group assignments
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationPayGroups/{PayGroupId}/child/PayGroupAssignments/{ParticipantPayGroupId}