Update a salary for a worker's assignment
patch
/hcmRestApi/resources/11.13.18.05/salaries/{SalaryId}
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=
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
-
ActionId: integer
(int64)
Title:
Action
Unique identifier of the action. -
ActionOccurrenceId: integer
(int64)
Unique identifier of the action occurrence.
-
ActionReasonId: integer
(int64)
Title:
Action Reason
Unique identifier of the action reason. -
AdjustmentAmount: number
Title:
Adjustment Amount
Calculated adjustment amount based on the previous salary. -
AdjustmentPercentage: number
Title:
Adjustment Percentage
Calculated adjustment percentage based on the previous salary . -
AnnualFullTimeSalary: number
Title:
Annualized Full-Time Salary
Annual value of the worker's salary, if working full time. -
AnnualSalary: number
Title:
Annual Salary
Annual value of the worker's salary. -
AssignmentId: integer
(int64)
Unique identifier for the assignment.
-
AssignmentType: string
Maximum Length:
30
Type of assignment, such as an employee, contingent worker, nonworker, or pending worker. -
CompaRatio: number
Title:
Compa-Ratio
Salary as a percentage of the grade range midpoint. Salary at the midpoint is 100. -
CurrencyCode: string
Title:
Currency
Maximum Length:30
Currency code that the salary amount is stored in, such as USD. -
DateFrom: string
(date)
Title:
Start Date
Start date of the salary. -
DateTo: string
(date)
Title:
End Date
End date of the salary. -
FTEValue: number
Title:
FTE
Factor that represents the proportion of full-time hours a person works. -
GradeId: integer
(int64)
Title:
Grade
Unique identifier for the assignment grade. -
MultipleComponents: string
Title:
Use salary components
Maximum Length:30
Indicates whether the given salary record has any child records that are either Components, Simple Components, or Rates. -
NextSalReviewDate: string
(date)
Title:
Next Salary Review Date
Date to review a person's assignment salary. -
PayrollFactor: number
Payroll multiplier used to convert the salary amount to an annual salary amount, when the frequency is chosen as payroll period.
-
PayrollFrequencyCode: string
Title:
Frequency
Maximum Length:40
Code for the payroll frequency when the frequency is chosen as payroll period. -
PendingTransactionExists: string
Maximum Length:
255
Indicates if a salary change for the person assignment is pending approval. -
PersonId: integer
(int64)
Person identifier for the worker.
-
Quartile: string
Title:
Quartile
Maximum Length:30
Quartile containing the worker's salary. The salary range for the worker's grade is divided into four equal parts called quartiles. -
QuartileMeaning: string
Title:
Quartile
Maximum Length:255
Lookup code meaning of the quartile containing the worker's salary. -
Quintile: string
Title:
Quintile
Maximum Length:30
Quintile containing the worker's salary. The salary range for the worker's grade is divided into five equal parts called quintiles. -
QuintileMeaning: string
Title:
Quintile
Maximum Length:255
Lookup code meaning of the quintile containing the worker's salary. -
RangePosition: number
Title:
Range Position
Position of the worker's salary within the assignment grade salary range, expressed as a percentage of 100. -
SalaryAmount: number
Title:
Salary Amount
Salary amount on the salary record for the worker assignment. -
SalaryAmountScale: integer
(int32)
Decimal precision of the salary amount, configured in salary basis.
-
SalaryBasisId: integer
(int64)
Unique identifier for the salary basis.
-
SalaryBasisType: string
Maximum Length:
30
Type of the salary basis, such as Salary amount determined by the user or Components. -
salaryComponents: array
Salary Components
Title:
Salary Components
The salaryComponents resource is the child of the salaries resource and includes all the components that itemize salary adjustments for a given salary record, such as Adjustment, Location, and Merit. -
SalaryFactor: number
Title:
Salary Annualization Factor
Multiplier that converts the salary amount to an annual salary amount. For example, if a worker's base pay is quoted hourly, the annualization factor is 2080 (40 hours per week x 52 weeks). -
SalaryFrequencyCode: string
Title:
Frequency
Maximum Length:30
Code of the salary basis frequency, such as ANNUAL, MONTHLY, HOURLY. -
salaryPayRateComponents: array
Salary Rate Components
Title:
Salary Rate Components
The salaryRateComponents resource is the child of the salaries resource and includes all of the rate components for a given salary record. This resource is currently under controlled availability. -
SalaryRangeMaximum: number
Title:
Salary Range
Salary range maximum based on the worker assignment grade. -
SalaryRangeMidPoint: number
Title:
Salary Range Midpoint
Salary range midpoint based on the worker assignment grade. -
SalaryRangeMinimum: number
Title:
Salary Range
Salary range minimum based on the worker assignment grade. -
salarySimpleComponents: array
Salary Simple Components
Title:
Salary Simple Components
The salarySimpleComponents resource is the child of the salaries resource and includes all of the simple components for a given salary record, such as Base Salary, Location Allowance, and Special Allowance. -
SalaryTransactionStatus: string
Maximum Length:
20
Indicate whether the salary in cache is new or a correction. The approver scenario in the salary history action uses this information during edits.
Nested Schema : Salary Components
Type:
array
Title:
Salary Components
The salaryComponents resource is the child of the salaries resource and includes all the components that itemize salary adjustments for a given salary record, such as Adjustment, Location, and Merit.
Show Source
Nested Schema : Salary Rate Components
Type:
array
Title:
Salary Rate Components
The salaryRateComponents resource is the child of the salaries resource and includes all of the rate components for a given salary record. This resource is currently under controlled availability.
Show Source
Nested Schema : Salary Simple Components
Type:
array
Title:
Salary Simple Components
The salarySimpleComponents resource is the child of the salaries resource and includes all of the simple components for a given salary record, such as Base Salary, Location Allowance, and Special Allowance.
Show Source
Nested Schema : schema
Type:
Show Source
object
-
AdjustmentAmount: number
Title:
Adjustment Amount
Change amount for a component used to itemize salary into different reasons. -
AdjustmentPercentage: number
Title:
Adjustment Percentage
Change percentage for a component used to itemize salary into different reasons. -
ChangeAmountScale: integer
(int32)
Decimal precision of the salary amount, configured in salary basis.
-
ComponentReasonCode: string
Title:
Component
Maximum Length:30
Incremental component code for salary adjustments itemized by reasons, such as merit, location, and cost of living. -
SalaryId: integer
(int64)
Unique identifier of the salary.
Nested Schema : schema
Type:
Show Source
object
-
PayRateDefinitionId: integer
(int64)
Title:
Component
Unique identifier of the rate definition. -
RateAmount: number
Title:
Amount
Amount on the rate component of the person's salary. -
RateAnnualAmount: number
Title:
Annual Amount
Annual value of the rate amount. -
RateAnnualFtAmount: number
Title:
Annualized Full-Time Amount
Annual value of the rate amount, if the worker was working full time. -
RateCurrencyCode: string
Title:
Currency
Maximum Length:30
Currency code that the rate is stored in, such as USD. -
RateDisplaySequence: integer
(int32)
Title:
Display Sequence
Display sequence of the rate component. -
RateFactor: number
Title:
Percentage
Percentage on the rate component of the person's salary. -
RatePeriodicityCode: string
Title:
Frequency
Maximum Length:30
Code of the rate periodicity, such as ANNUAL, MONTHLY, or HOURLY. -
RateScale: integer
(int64)
Decimal precision of the rate definition.
-
RateType: string
Maximum Length:
30
Type of the rate, such as Primary or Derived. -
SalaryId: integer
(int64)
Unique identifier of the salary.
Nested Schema : schema
Type:
Show Source
object
-
AdjustmentAmount: number
Title:
Adjustment Amount
Change amount for a simple component. -
AdjustmentPercent: number
Title:
Adjustment Percentage
Change percentage for a simple component. -
Amount: number
Title:
Amount
Amount of the person's salary entered on the simple component -
AnnualAmount: number
Title:
Annual Amount
Annual value of the simple component amount. -
AnnualFtAmount: number
Title:
Annualized Full-Time Amount
Annual value of the simple component amount, if the person worked full time. -
BasedOnComponentCode: string
Maximum Length:
30
Code 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 Code
Maximum Length:30
Code of the salary simple component, such as ORA_BASIC. -
ComponentName: string
Title:
Component
Name of the simple component, which can be configured to accept an amount or percentage. -
ComponentType: string
Title:
Type
Maximum Length:30
Code for the simple component type. -
CurrencyCode: string
Title:
Currency
Maximum Length:30
Currency code that the simple component value is stored in, such as USD. -
DisplaySequence: integer
(int32)
Title:
Display Sequence
Display sequence of the simple component. -
OverallSalaryAffect: string
Title:
Overall Salary
Maximum Length:30
Code for the effect of overall salary. -
OverrideGspRate: string
Maximum Length:
30
Indicates whether a user can override the value defaulted from the progression ladder. -
Percentage: number
Title:
Percentage
Percentage 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 Amount
Previous 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:
30
Property 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-item-response
Type:
Show Source
object
-
ActionCode: string
Title:
Action Code
Read Only:true
Maximum Length:30
Code of the action. -
ActionId: integer
(int64)
Title:
Action
Unique identifier of the action. -
ActionName: string
Title:
Action
Read Only:true
Maximum Length:80
Action being done on this assignment, such as, Hire, Add Pending Worker, Manager Change and so on. Valid values are defined in the actionsLOV. -
ActionOccurrenceId: integer
(int64)
Unique identifier of the action occurrence.
-
ActionReason: string
Title:
Action Reason
Read Only:true
Maximum Length:80
Reason for the action being done on the record. Valid values are defined in the actionReasonsLOV. -
ActionReasonCode: string
Title:
Action Reason Code
Read Only:true
Maximum Length:30
Code of the action reason. -
ActionReasonId: integer
(int64)
Title:
Action Reason
Unique identifier of the action reason. -
AdjustmentAmount: number
Title:
Adjustment Amount
Calculated adjustment amount based on the previous salary. -
AdjustmentPercentage: number
Title:
Adjustment Percentage
Calculated adjustment percentage based on the previous salary . -
AmountDecimalPrecision: number
Read Only:
true
Decimal precision of the salary amount, configured in salary basis. -
AmountRoundingCode: string
Read Only:
true
Maximum Length:30
Code for the salary amount rounding rule. -
AnnualFullTimeSalary: number
Title:
Annualized Full-Time Salary
Annual value of the worker's salary, if working full time. -
AnnualRoundingCode: string
Read Only:
true
Maximum Length:30
Code for the annualized salary amount rounding rule. -
AnnualSalary: number
Title:
Annual Salary
Annual value of the worker's salary. -
AssignmentId: integer
(int64)
Unique identifier for the assignment.
-
AssignmentNumber: string
Read Only:
true
Maximum Length:50
Assignment number for the given assignment. -
AssignmentType: string
Maximum Length:
30
Type of assignment, such as an employee, contingent worker, nonworker, or pending worker. -
BusinessTitle: string
Read Only:
true
Maximum Length:80
Business title for the given assignment. -
Code: string
Read Only:
true
Maximum Length:80
Code for the salary basis. -
CompaRatio: number
Title:
Compa-Ratio
Salary as a percentage of the grade range midpoint. Salary at the midpoint is 100. -
ComponentUsage: string
Read Only:
true
Maximum Length:30
Property used to specify whether the incremental components type is SELECTED_COMPONENTS or USER_DECIDES_USAGE. -
CreatedBy: string
Title:
Created By
Read Only:true
Maximum Length:64
Identifies the user who created the row. -
CreationDate: string
(date-time)
Title:
Creation Date
Read Only:true
Identifies the date and time that the row was created. -
CurrencyCode: string
Title:
Currency
Maximum Length:30
Currency code that the salary amount is stored in, such as USD. -
DateFrom: string
(date)
Title:
Start Date
Start date of the salary. -
DateTo: string
(date)
Title:
End Date
End date of the salary. -
DisplayName: string
Title:
Salary Basis
Read Only:true
Maximum Length:80
Unique name for the set of details linked to a worker's base pay. These details include the payroll characteristics used to pay base earnings, the duration of the quoted base pay, and the factor used to annualize base pay. The details also include any components used to connect base pay adjustments to different reasons and any associated grade rate for salary validation. -
FrequencyName: string
Title:
Frequency
Read Only:true
Frequency of the salary basis, such as Annually, Monthly, Weekly, or Hourly. -
FTEValue: number
Title:
FTE
Factor that represents the proportion of full-time hours a person works. -
GeographyName: string
Title:
Compensation Zone
Read Only:true
Maximum Length:255
Geographical zone used in compensation to calculate salary ranges. -
GeographyTypeName: string
Title:
Compensation Zone Type
Read Only:true
Maximum Length:255
Geographical zone type used in compensation to calculate salary ranges. -
GradeCode: string
Title:
Grade Code
Read Only:true
Maximum Length:255
Code for the current grade. -
GradeId: integer
(int64)
Title:
Grade
Unique identifier for the assignment grade. -
GradeLadderName: string
Title:
Grade Ladder
Read Only:true
Maximum Length:255
Name of the grade ladder associated with the person's assignment. -
GradeName: string
Title:
Grade
Read Only:true
Maximum Length:255
Name of the step associated with the person's assignment. -
GradeStepName: string
Title:
Grade Step
Read Only:true
Maximum Length:255
Name of the grade associated with the person's assignment. -
hasFutureSalary: string
Read Only:
true
Maximum Length:255
Indicates whether a future salary exists. -
LastUpdateDate: string
(date-time)
Title:
Last Update Date
Read Only:true
Identifies the date and time that the row was most recently updated. -
LastUpdatedBy: string
Title:
Last Updated By
Read Only:true
Maximum Length:64
Identifies the user who most recently updated the row. -
LegalEmployerName: string
Title:
Legal Employer
Read Only:true
Maximum Length:255
Legal employer for the person's assignment. -
LegislativeDataGroupId: integer
(int64)
Read Only:
true
Unique identifier for the legislative data group. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MultipleComponents: string
Title:
Use salary components
Maximum Length:30
Indicates whether the given salary record has any child records that are either Components, Simple Components, or Rates. -
NextSalReviewDate: string
(date)
Title:
Next Salary Review Date
Date to review a person's assignment salary. -
PayrollFactor: number
Payroll multiplier used to convert the salary amount to an annual salary amount, when the frequency is chosen as payroll period.
-
PayrollFrequencyCode: string
Title:
Frequency
Maximum Length:40
Code for the payroll frequency when the frequency is chosen as payroll period. -
PendingTransactionExists: string
Maximum Length:
255
Indicates if a salary change for the person assignment is pending approval. -
PersonDisplayName: string
Read Only:
true
Maximum Length:255
Display name of the person. -
PersonId: integer
(int64)
Person identifier for the worker.
-
PersonNumber: string
Read Only:
true
Maximum Length:255
Number of the person. -
Quartile: string
Title:
Quartile
Maximum Length:30
Quartile containing the worker's salary. The salary range for the worker's grade is divided into four equal parts called quartiles. -
QuartileMeaning: string
Title:
Quartile
Maximum Length:255
Lookup code meaning of the quartile containing the worker's salary. -
Quintile: string
Title:
Quintile
Maximum Length:30
Quintile containing the worker's salary. The salary range for the worker's grade is divided into five equal parts called quintiles. -
QuintileMeaning: string
Title:
Quintile
Maximum Length:255
Lookup code meaning of the quintile containing the worker's salary. -
RangeErrorWarning: string
Read Only:
true
Maximum Length:30
Indicates the salary range violation behavior for the salary basis, such as error, warning, or none. -
RangePosition: number
Title:
Range Position
Position of the worker's salary within the assignment grade salary range, expressed as a percentage of 100. -
RangeRoundingCode: string
Read Only:
true
Maximum Length:30
Code for the salary range rounding rule. -
SalaryAmount: number
Title:
Salary Amount
Salary amount on the salary record for the worker assignment. -
SalaryAmountScale: integer
(int32)
Decimal precision of the salary amount, configured in salary basis.
-
SalaryBasisId: integer
(int64)
Unique identifier for the salary basis.
-
SalaryBasisName: string
Read Only:
true
Maximum Length:80
Name of the salary basis. -
SalaryBasisType: string
Maximum Length:
30
Type of the salary basis, such as Salary amount determined by the user or Components. -
salaryComponents: array
Salary Components
Title:
Salary Components
The salaryComponents resource is the child of the salaries resource and includes all the components that itemize salary adjustments for a given salary record, such as Adjustment, Location, and Merit. -
SalaryFactor: number
Title:
Salary Annualization Factor
Multiplier that converts the salary amount to an annual salary amount. For example, if a worker's base pay is quoted hourly, the annualization factor is 2080 (40 hours per week x 52 weeks). -
SalaryFrequencyCode: string
Title:
Frequency
Maximum Length:30
Code of the salary basis frequency, such as ANNUAL, MONTHLY, HOURLY. -
SalaryId: integer
(int64)
Unique identifier for a salary record generated by the application.
-
salaryPayRateComponents: array
Salary Rate Components
Title:
Salary Rate Components
The salaryRateComponents resource is the child of the salaries resource and includes all of the rate components for a given salary record. This resource is currently under controlled availability. -
SalaryRangeMaximum: number
Title:
Salary Range
Salary range maximum based on the worker assignment grade. -
SalaryRangeMidPoint: number
Title:
Salary Range Midpoint
Salary range midpoint based on the worker assignment grade. -
SalaryRangeMinimum: number
Title:
Salary Range
Salary range minimum based on the worker assignment grade. -
salarySimpleComponents: array
Salary Simple Components
Title:
Salary Simple Components
The salarySimpleComponents resource is the child of the salaries resource and includes all of the simple components for a given salary record, such as Base Salary, Location Allowance, and Special Allowance. -
SalaryTransactionStatus: string
Maximum Length:
20
Indicate whether the salary in cache is new or a correction. The approver scenario in the salary history action uses this information during edits. -
SearchDate: string
Read Only:
true
Date used to find the applicable salary for the day. -
WorkAtHome: string
Read Only:
true
Maximum Length:255
Indicates whether the worker is working from home or not.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Salary Components
Type:
array
Title:
Salary Components
The salaryComponents resource is the child of the salaries resource and includes all the components that itemize salary adjustments for a given salary record, such as Adjustment, Location, and Merit.
Show Source
Nested Schema : Salary Rate Components
Type:
array
Title:
Salary Rate Components
The salaryRateComponents resource is the child of the salaries resource and includes all of the rate components for a given salary record. This resource is currently under controlled availability.
Show Source
Nested Schema : Salary Simple Components
Type:
array
Title:
Salary Simple Components
The salarySimpleComponents resource is the child of the salaries resource and includes all of the simple components for a given salary record, such as Base Salary, Location Allowance, and Special Allowance.
Show Source
Nested Schema : link
Type:
Show Source
object
-
href: string
Title:
hyperlink reference
The URI to the related resource. -
kind: string
Title:
kind
Allowed Values:[ "collection", "item", "describe", "other" ]
The kind of the related resource. -
name: string
Title:
name
The name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relation
Allowed 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.
Nested Schema : salaries-salaryComponents-item-response
Type:
Show Source
object
-
AdjustmentAmount: number
Title:
Adjustment Amount
Change amount for a component used to itemize salary into different reasons. -
AdjustmentPercentage: number
Title:
Adjustment Percentage
Change percentage for a component used to itemize salary into different reasons. -
ChangeAmountScale: integer
(int32)
Decimal precision of the salary amount, configured in salary basis.
-
ComponentName: string
Title:
Component
Read Only:true
Maximum Length:255
Incremental component that itemizes salary adjustments by reasons, such as merit, location, and cost of living. -
ComponentReasonCode: string
Title:
Component
Maximum Length:30
Incremental component code for salary adjustments itemized by reasons, such as merit, location, and cost of living. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
SalaryComponentId: integer
(int64)
Unique identifier of the salary component.
-
SalaryId: integer
(int64)
Unique identifier of the salary.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : salaries-salaryPayRateComponents-item-response
Type:
Show Source
object
-
FTEFlag: boolean
Title:
FTE
Read Only:true
Maximum Length:30
Indicates whether the rate is prorated for full time equivalent. Valid values are Yes and No, and the default value is No. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Name: string
Title:
Rate Name
Read Only:true
Maximum Length:256
Name of the salary rate component, which can be configured to capture an amount, factor, or derived. -
PayRateDefinitionId: integer
(int64)
Title:
Component
Unique identifier of the rate definition. -
RateAmount: number
Title:
Amount
Amount on the rate component of the person's salary. -
RateAnnualAmount: number
Title:
Annual Amount
Annual value of the rate amount. -
RateAnnualFtAmount: number
Title:
Annualized Full-Time Amount
Annual value of the rate amount, if the worker was working full time. -
RateCurrencyCode: string
Title:
Currency
Maximum Length:30
Currency code that the rate is stored in, such as USD. -
RateDisplaySequence: integer
(int32)
Title:
Display Sequence
Display sequence of the rate component. -
RateFactor: number
Title:
Percentage
Percentage on the rate component of the person's salary. -
RateFrequencyName: string
Title:
Frequency
Read Only:true
Maximum Length:255
Frequency of the rate definition, such as Annually, Monthly, Weekly, or Hourly. -
RateOverallSalaryFlag: boolean
Read Only:
true
Maximum Length:30
Indicates whether the rate is an overall salary type. Valid values are Yes and No, and the default value is No. -
RatePeriodicityCode: string
Title:
Frequency
Maximum Length:30
Code of the rate periodicity, such as ANNUAL, MONTHLY, or HOURLY. -
RateScale: integer
(int64)
Decimal precision of the rate definition.
-
RateType: string
Maximum Length:
30
Type of the rate, such as Primary or Derived. -
ReturnPrecision: integer
(int64)
Read Only:
true
Decimal precision of the returned rate value. -
SalaryId: integer
(int64)
Unique identifier of the salary.
-
SalaryPayComponentId: integer
(int64)
Unique identifier of the salary rate component.
-
ShortName: string
Title:
Short Name
Read Only:true
Maximum Length:30
Short name of the salary rate component.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : salaries-salarySimpleComponents-item-response
Type:
Show Source
object
-
AdjustmentAmount: number
Title:
Adjustment Amount
Change amount for a simple component. -
AdjustmentPercent: number
Title:
Adjustment Percentage
Change percentage for a simple component. -
Amount: number
Title:
Amount
Amount of the person's salary entered on the simple component -
AnnualAmount: number
Title:
Annual Amount
Annual value of the simple component amount. -
AnnualFtAmount: number
Title:
Annualized Full-Time Amount
Annual value of the simple component amount, if the person worked full time. -
BasedOnComponentCode: string
Maximum Length:
30
Code 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 Code
Maximum Length:30
Code of the salary simple component, such as ORA_BASIC. -
ComponentName: string
Title:
Component
Name of the simple component, which can be configured to accept an amount or percentage. -
ComponentType: string
Title:
Type
Maximum Length:30
Code for the simple component type. -
CurrencyCode: string
Title:
Currency
Maximum Length:30
Currency code that the simple component value is stored in, such as USD. -
DisplaySequence: integer
(int32)
Title:
Display Sequence
Display sequence of the simple component. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
OverallSalaryAffect: string
Title:
Overall Salary
Maximum Length:30
Code for the effect of overall salary. -
OverrideGspRate: string
Maximum Length:
30
Indicates whether a user can override the value defaulted from the progression ladder. -
Percentage: number
Title:
Percentage
Percentage 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 Amount
Previous 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:
30
Property used to specify whether the incremental components type is SELECTED_COMPONENTS or USER_DECIDES_USAGE.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Links
- salaryComponents
-
Parameters:
- SalaryId:
$request.path.SalaryId
The salaryComponents resource is the child of the salaries resource and includes all the components that itemize salary adjustments for a given salary record, such as Adjustment, Location, and Merit. - SalaryId:
- salaryPayRateComponents
-
Parameters:
- SalaryId:
$request.path.SalaryId
The salaryRateComponents resource is the child of the salaries resource and includes all of the rate components for a given salary record. This resource is currently under controlled availability. - SalaryId:
- salarySimpleComponents
-
Parameters:
- SalaryId:
$request.path.SalaryId
The salarySimpleComponents resource is the child of the salaries resource and includes all of the simple components for a given salary record, such as Base Salary, Location Allowance, and Special Allowance. - SalaryId: