Methods

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

Resource

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

Properties

Name Type Description
adjustmentType string TaxAdjustmentTypeEnum

Possible values are:

  • Fixed
  • PercentageGross
  • PercentageTaxableEarnings
amount double Decimal
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