Performance Ratings REST Endpoints

Talent Ratings/Performance Ratings
The performanceRatings resource is the child of the talentRatings resource. It evaluates the performance of a person.
Create a performance rating item
Method: post
Path: /hcmRestApi/resources/11.13.18.05/talentRatings/{talentRatingsUniqID}/child/performanceRatings
Get a performance rating item
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentRatings/{talentRatingsUniqID}/child/performanceRatings/{PerformanceRatingId}
Get all performance rating items
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentRatings/{talentRatingsUniqID}/child/performanceRatings
Update a performance rating item
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/talentRatings/{talentRatingsUniqID}/child/performanceRatings/{PerformanceRatingId}