Methods

  • post - Create Employee Additional Earning
  • put - Update Employee Additional Earning

Resource

{
    "amount": "double",
    "employeeId": "int32",
    "expiryDate": "date-time",
    "id": "int64",
    "includeInRdpOrOwp": "boolean",
    "locationId": "int32",
    "maximumAmountPaid": "double",
    "notes": "string",
    "overrideSuperRate": "boolean",
    "payCategoryId": "int32",
    "reduceAllowance": "boolean",
    "superRate": "double",
    "units": "double"
}

Properties

Name Type Description
amount double Decimal
employeeId int32 Int32
expiryDate date-time Nullable
id int64 Int64
includeInRdpOrOwp boolean Boolean
locationId int32 Nullable
maximumAmountPaid double Nullable
notes string String
overrideSuperRate boolean Boolean
payCategoryId int32 Nullable
reduceAllowance boolean Boolean
superRate double Nullable
units double Decimal