Rating Methods REST Endpoints

Rating Methods
The rating methods resource is used to view, create, delete, or modify a rating method. A rating method identifies the ways in which the object of inspection can be rated. For a given rating method, there can be one or more rating ranges. When using scoring for inspections, rating methods are required. Rating methods are used at the inspection type level and are not required at the checklist or checklist item levels.
Create a rating method
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRatingMethods
Delete a rating method
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRatingMethods/{publicSectorRatingMethodsUniqID}
Get a rating method
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRatingMethods/{publicSectorRatingMethodsUniqID}
Get all rating methods
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRatingMethods
Update a rating method
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRatingMethods/{publicSectorRatingMethodsUniqID}