Methods

  • get - Get Employee Super Adjustment by ID
  • get - List Employee Super Adjustments
  • post - Create Employee Super Adjustment
  • put - Update Employee Super Adjustment

Resource

{
    "adjustmentType": "string",
    "amount": "double",
    "contributionType": "string",
    "employeeId": "int32",
    "expiryDate": "date-time",
    "fromDate": "date-time",
    "id": "int32",
    "isActive": "boolean",
    "maximumAmountPaid": "double",
    "notes": "string",
    "totalAmountPaid": "double"
}

Properties

Name Type Description
adjustmentType string SuperAdjustmentTypeEnum

Possible values are:

  • Fixed
  • PercentageGross
  • PercentageOTE
  • PercentageTaxableEarnings
amount double Decimal
contributionType string SuperContributionType

Possible values are:

  • SuperGuarantee
  • SalarySacrifice
  • MemberVoluntary
  • EmployerContribution
  • NonRescEmployerContribution
employeeId int32 Int32
expiryDate date-time Nullable
fromDate date-time DateTime
id int32 Nullable
isActive boolean Boolean
maximumAmountPaid double Nullable
notes string String
totalAmountPaid double Decimal