Rating Method Details REST Endpoints

Rating Methods/Rating Method Details
The rating method details resource is used for view, create, or modify the rating method details. The rating method details include the rating names and score ranges that make up a rating method.
Create a rating range of scores
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRatingMethods/{publicSectorRatingMethodsUniqID}/child/RatingMethodDetail
Delete a rating range of scores
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRatingMethods/{publicSectorRatingMethodsUniqID}/child/RatingMethodDetail/{RatingMethodDetailUniqID}
Get a rating range of scores
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRatingMethods/{publicSectorRatingMethodsUniqID}/child/RatingMethodDetail/{RatingMethodDetailUniqID}
Get all rating score ranges
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRatingMethods/{publicSectorRatingMethodsUniqID}/child/RatingMethodDetail
Update a rating range of scores
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRatingMethods/{publicSectorRatingMethodsUniqID}/child/RatingMethodDetail/{RatingMethodDetailUniqID}