Methods

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

Resource

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

Properties

Name Type Description
amount double Decimal
employeeId int32 Int32
expirationType string ExpirationTypeEnum

Possible values are:

  • None
  • DateExpiry
  • AmountExpiry
expiryDate date-time Nullable
id int64 Int64
includeInRdpOrOwp boolean Boolean
isActive boolean Boolean
locationId int32 Nullable
locationName string String
maximumAmountPaid double Nullable
name string String
notes string String
overrideSuperRate boolean Boolean
payCategoryId int32 Nullable
reduceAllowance boolean Boolean
startDate date-time Nullable
superRate double Nullable
totalAmountPaid double Decimal
units double Decimal