Update a rating range of scores
patch
/fscmRestApi/resources/11.13.18.05/publicSectorRatingMethods/{publicSectorRatingMethodsUniqID}/child/RatingMethodDetail/{RatingMethodDetailUniqID}
Request
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Path Parameters
-
RatingMethodDetailUniqID: integer
This is the hash key of the attributes which make up the composite key--- AgencyId, Rating and RatingMethod ---for the Rating Method Details resource and used to uniquely identify an instance of Rating Method Details. The client should not generate the hash key value. Instead, the client should query on the Rating Method Details collection resource with a filter on the primary key values in order to navigate to a specific instance of Rating Method Details.
For example: RatingMethodDetail?q=AgencyId=<value1>;Rating=<value2>;RatingMethod=<value3> -
publicSectorRatingMethodsUniqID: integer
This is the hash key of the attributes which make up the composite key--- AgencyId and RatingMethod ---for the Rating Methods resource and used to uniquely identify an instance of Rating Methods. The client should not generate the hash key value. Instead, the client should query on the Rating Methods collection resource with a filter on the primary key values in order to navigate to a specific instance of Rating Methods.
For example: publicSectorRatingMethods?q=AgencyId=<value1>;RatingMethod=<value2>
The following table describes the body parameters in the request for this task.
Root Schema : publicSectorRatingMethods-RatingMethodDetail-item
Type:
Show Source
object-
AgencyId(optional):
integer(int64)
Title:
Agency IDThe agency identifier of the public sector entity to which this rating range of scores applies. -
CreatedBy(optional):
string
Title:
Created ByMaximum Length:64The user who created the rating method details. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date when the rating method details were created. -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe date when the rating method details were last modified. -
LastUpdatedBy(optional):
string
Title:
Last Updated ByMaximum Length:64The user who last modified the rating method details. -
links(optional):
array Items
Title:
ItemsLink Relations -
MaximumScore(optional):
integer(int32)
Title:
Maximum ScoreThe maximum numerical value to specify the range of scores for this rating. -
MinimumScore(optional):
integer(int32)
Title:
Minimum ScoreThe minimum numerical value to specify the range of scores for this rating. -
Rating(optional):
string
Title:
RatingMaximum Length:5The short name for a rating. For example, if the rating method assigns letter grades, the rating name is the actual letter grade, such as A, B, or C. -
RatingMethod(optional):
string
Title:
Rating MethodMaximum Length:15The unique code to identify the rating method used to produce an inspection result. Rating methods are used to assign ratings such as a grade (A-F) or a numerical scale (1-5).
Nested Schema : link
Type:
Show Source
object-
href(optional):
string
Title:
hyperlink referenceThe URI to the related resource. -
rel(optional):
string
Title:
relationThe name of the relation to the resource instance. Example: self.
Response
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Default Response
The following table describes the default response for this task.
Root Schema : publicSectorRatingMethods-RatingMethodDetail-item
Type:
Show Source
object-
AgencyId(optional):
integer(int64)
Title:
Agency IDThe agency identifier of the public sector entity to which this rating range of scores applies. -
CreatedBy(optional):
string
Title:
Created ByMaximum Length:64The user who created the rating method details. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date when the rating method details were created. -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe date when the rating method details were last modified. -
LastUpdatedBy(optional):
string
Title:
Last Updated ByMaximum Length:64The user who last modified the rating method details. -
links(optional):
array Items
Title:
ItemsLink Relations -
MaximumScore(optional):
integer(int32)
Title:
Maximum ScoreThe maximum numerical value to specify the range of scores for this rating. -
MinimumScore(optional):
integer(int32)
Title:
Minimum ScoreThe minimum numerical value to specify the range of scores for this rating. -
Rating(optional):
string
Title:
RatingMaximum Length:5The short name for a rating. For example, if the rating method assigns letter grades, the rating name is the actual letter grade, such as A, B, or C. -
RatingMethod(optional):
string
Title:
Rating MethodMaximum Length:15The unique code to identify the rating method used to produce an inspection result. Rating methods are used to assign ratings such as a grade (A-F) or a numerical scale (1-5).
Nested Schema : link
Type:
Show Source
object-
href(optional):
string
Title:
hyperlink referenceThe URI to the related resource. -
rel(optional):
string
Title:
relationThe name of the relation to the resource instance. Example: self.