Methods

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

Resource

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

Properties

Name Type Description
amount double Decimal
contributionType string StatutoryContributionType

Possible values are:

  • EmployerEpf
  • EmployeeEpf
  • EmployerSocso
  • EmployeeSocso
  • EmployerEis
  • EmployeeEis
  • EmployerHrdf
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
type string MyStatutoryContributionAdjustmentAmountType

Possible values are:

  • Fixed
  • PercentageOfGrossPay