Update a simple component
patch
/hcmRestApi/resources/11.13.18.05/salaries/{SalaryId}/child/salarySimpleComponents/{SimpleSalaryCompntId}
Request
Path Parameters
-
SalaryId(required): integer(int64)
The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
-
SimpleSalaryCompntId(required): integer(int64)
The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
Header Parameters
-
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.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
AdjustmentAmount: number
Title:
Adjustment AmountChange amount for a simple component. -
AdjustmentPercent: number
Title:
Adjustment PercentageChange percentage for a simple component. -
Amount: number
Title:
AmountAmount of the person's salary entered on the simple component -
AnnualAmount: number
Title:
Annual AmountAnnual value of the simple component amount. -
AnnualFtAmount: number
Title:
Annualized Full-Time AmountAnnual value of the simple component amount, if the person worked full time. -
BasedOnComponentCode: string
Maximum Length:
30Code of the simple component that the percentage applies to. -
BasedOnComponentName: string
Name of the simple component that the percentage applies to.
-
BasisSimpleComponentId: integer
(int64)
Unique identifier of the simple component that the percentage applies to.
-
ComponentCode: string
Title:
Salary Component CodeMaximum Length:30Code of the salary simple component, such as ORA_BASIC. -
ComponentName: string
Title:
ComponentName of the simple component, which can be configured to accept an amount or percentage. -
ComponentType: string
Title:
TypeMaximum Length:30Code for the simple component type. -
CurrencyCode: string
Title:
CurrencyMaximum Length:30Currency code that the simple component value is stored in, such as USD. -
DisplaySequence: integer
(int32)
Title:
Display SequenceDisplay sequence of the simple component. -
OverallSalaryAffect: string
Title:
Overall SalaryMaximum Length:30Code for the effect of overall salary. -
OverrideGspRate: string
Maximum Length:
30Indicates whether a user can override the value defaulted from the progression ladder. -
Percentage: number
Title:
PercentagePercentage entered for the simple component. This percentage is applied to the specified based on simple component, to calculate the component amount. For example, apply 5% to the Base Salary simplified component. -
PreviousAmount: number
Title:
Previous Rate AmountPrevious simple component amount. -
SalaryId: integer
(int64)
Unique identifier of the salary.
-
Scale: integer
(int32)
Decimal precision of the salary amount, configured in salary basis.
-
UserSelectedComponent: string
Maximum Length:
30Property used to specify whether the incremental components type is SELECTED_COMPONENTS or USER_DECIDES_USAGE.
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
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.
Root Schema : salaries-salarySimpleComponents-item-response
Type:
Show Source
object-
AdjustmentAmount: number
Title:
Adjustment AmountChange amount for a simple component. -
AdjustmentPercent: number
Title:
Adjustment PercentageChange percentage for a simple component. -
Amount: number
Title:
AmountAmount of the person's salary entered on the simple component -
AnnualAmount: number
Title:
Annual AmountAnnual value of the simple component amount. -
AnnualFtAmount: number
Title:
Annualized Full-Time AmountAnnual value of the simple component amount, if the person worked full time. -
BasedOnComponentCode: string
Maximum Length:
30Code of the simple component that the percentage applies to. -
BasedOnComponentName: string
Name of the simple component that the percentage applies to.
-
BasisSimpleComponentId: integer
(int64)
Unique identifier of the simple component that the percentage applies to.
-
ComponentCode: string
Title:
Salary Component CodeMaximum Length:30Code of the salary simple component, such as ORA_BASIC. -
ComponentName: string
Title:
ComponentName of the simple component, which can be configured to accept an amount or percentage. -
ComponentType: string
Title:
TypeMaximum Length:30Code for the simple component type. -
CurrencyCode: string
Title:
CurrencyMaximum Length:30Currency code that the simple component value is stored in, such as USD. -
DisplaySequence: integer
(int32)
Title:
Display SequenceDisplay sequence of the simple component. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OverallSalaryAffect: string
Title:
Overall SalaryMaximum Length:30Code for the effect of overall salary. -
OverrideGspRate: string
Maximum Length:
30Indicates whether a user can override the value defaulted from the progression ladder. -
Percentage: number
Title:
PercentagePercentage entered for the simple component. This percentage is applied to the specified based on simple component, to calculate the component amount. For example, apply 5% to the Base Salary simplified component. -
PreviousAmount: number
Title:
Previous Rate AmountPrevious simple component amount. -
SalaryId: integer
(int64)
Unique identifier of the salary.
-
Scale: integer
(int32)
Decimal precision of the salary amount, configured in salary basis.
-
SimpleSalaryCompntId: integer
(int64)
Unique identifier of the salary simple component.
-
UserSelectedComponent: string
Maximum Length:
30Property used to specify whether the incremental components type is SELECTED_COMPONENTS or USER_DECIDES_USAGE.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
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.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.