Performance Goal Eligibility Profiles REST Endpoints

Goal Plans/Performance Goal Eligibility Profiles
The perfGoalEligibilityProfiles resource provides all eligibility profiles associated with a goal plan.
Create an associated eligibility profile
Method: post
Path: /hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/perfGoalEligibilityProfiles
Delete an associated eligibility profile
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/perfGoalEligibilityProfiles/{EligibilityProfileObjectId}
Get all associated eligibility profiles
Method: get
Path: /hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/perfGoalEligibilityProfiles
Get an associated eligibility profile
Method: get
Path: /hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/perfGoalEligibilityProfiles/{EligibilityProfileObjectId}
Update an associated eligibility profile
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/perfGoalEligibilityProfiles/{EligibilityProfileObjectId}