Update a rate dimensional input
/fscmRestApi/resources/11.13.18.05/incentiveCompensationPerformanceMeasures/{PerformanceMeasureId}/child/performanceMeasureRateDimensionalInputs/{PerformanceMeasureInputExpressionId}
Request
-
PerformanceMeasureId(required): integer(int64)
The unique identifier for the performance measure.
-
PerformanceMeasureInputExpressionId(required): integer(int64)
The unique identifier for the input expression to the rate dimension of the scorecard used in the performance measure.
-
Metadata-Context: string
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
- application/json
object-
AccumulateFlag: boolean
Title:
AccumulateMaximum Length:1Default Value:falseIndicates which rate dimension input expression (rate dimension) does running total apply to, when using running total for a scorecard with multiple dimensions. Possible values include FALSE and TRUE. The default value is FALSE. -
InputExpressionId: integer
(int64)
Title:
Input Expression IDThe unique identifier for the input expression record for a business unit. This represents the input expression to the rate dimension of the scorecard used in the performance measure. -
InputExpressionName: string
Title:
Input Expression NameMaximum Length:160The name for the input expression to the rate dimension of the scorecard used in the performance measure. -
PerformanceMeasureId: integer
(int64)
Title:
Performance Measure IDThe unique identifier for a performance measure record. -
RateDimSequence: integer
(int64)
Title:
Rate Dimension SequenceThe order of a rate dimension within a scorecard. -
SplitFlag: boolean
Title:
Apply splitMaximum Length:1Default Value:falseIndicates whether the split option can apply to only one rate dimension input expression when splitting the rate across tiers. This informs which rate dimension input expression (rate dimension) to use. Possible values include FALSE and TRUE. The default value is FALSE.
Response
- application/json
Default Response
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
object-
AccumulateFlag: boolean
Title:
AccumulateMaximum Length:1Default Value:falseIndicates which rate dimension input expression (rate dimension) does running total apply to, when using running total for a scorecard with multiple dimensions. Possible values include FALSE and TRUE. The default value is FALSE. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the record was created. -
InputExpressionDescription: string
Title:
DescriptionRead Only:trueMaximum Length:1000The rate dimensional input expression description entered while creating the expression. -
InputExpressionId: integer
(int64)
Title:
Input Expression IDThe unique identifier for the input expression record for a business unit. This represents the input expression to the rate dimension of the scorecard used in the performance measure. -
InputExpressionName: string
Title:
Input Expression NameMaximum Length:160The name for the input expression to the rate dimension of the scorecard used in the performance measure. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255The user who last updated this record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The session login of the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PerformanceMeasureId: integer
(int64)
Title:
Performance Measure IDThe unique identifier for a performance measure record. -
PerformanceMeasureInputExpressionId: integer
(int64)
Title:
Performance Measure Input Expression IdThe unique identifier for the input expression to the rate dimension of the scorecard used in the performance measure. -
PerformanceMeasureRateDimensionalInputsDeleteFlag: boolean
Read Only:
trueDefault Value:falseInidcates whether a rate dimensional input can be deleted. -
RateDimName: integer
Title:
Dimension NameRead Only:trueThe name of the rate dimension. A scorecard can have one or more rate dimensions. -
RateDimSequence: integer
(int64)
Title:
Rate Dimension SequenceThe order of a rate dimension within a scorecard. -
SplitFlag: boolean
Title:
Apply splitMaximum Length:1Default Value:falseIndicates whether the split option can apply to only one rate dimension input expression when splitting the rate across tiers. This informs which rate dimension input expression (rate dimension) to use. Possible values include FALSE and TRUE. The default value is FALSE.
arrayLinksobject-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
- ExpressionUsagesVO
-
The list of values containing the names for the input expressions of the rate dimension of the scorecard used in the performance measure.
The following properties are defined on the LOV link relation:- Source Attribute: InputExpressionName; Target Attribute: ExpressionName
- Display Attribute: ExpressionName, Description
- RateDimensionsVO
-
The list of values containing the names of the rate dimensions. A scorecard can have one or more rate dimensions.
The following properties are defined on the LOV link relation:- Source Attribute: RateDimName; Target Attribute: RateDimSequence
- Display Attribute: RateDimensionName
Examples
The following example shows how to update a rate dimensional input expression by submitting a PATCH request on the REST resource using cURL.
cURL Command
curl -u <username:password> \ -X PATCH -d
@example_request_payload.json https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/incentiveCompensationPerformanceMeasures/300100090511017/child/performanceMeasureRateDimensionalInputs/300100090511045
Example of Request Body
The following example shows the contents of the request body in JSON format.
{
"InputExpressionId" : 100000015115055,
"SplitFlag" : false,
"AccumulateFlag" : false
}
Example of Response Body
The following example shows the contents of the response body in JSON format.
{
"PerformanceMeasureInputExpressionId": 300100090511045,
"PerformanceMeasureId": 300100090511017,
"InputExpressionId": 100000015115055,
"RateDimSequence": null,
"AccumulateFlag": false,
"SplitFlag": false,
"InputExpressionName": "Credit Amount",
"InputExpressionDescription": "Credit Amount in Calc Currency",
"RateDimName": null,
"CreatedBy": "OIC_PLAN_ADMIN_OPERATIONS",
"CreationDate": "2017-06-08T11:37:20.012-07:00",
"LastUpdateDate": "2017-06-08T12:20:34.207-07:00",
"LastUpdateLogin": "516E508C5BC4377FE0532DD6F00A0214",
"LastUpdatedBy": "OIC_PLAN_ADMIN_OPERATIONS",
"PerformanceMeasureRateDimensionalInputsDeleteFlag": false,
"links": [
...
]
}