Methods

  • get - Get Employee Additional Earning by ID
  • get - List Employee Additional Earnings
  • post - Create Employee Additional Earning
  • put - Update Employee Additional Earning

Resource

{
    "amount": "double",
    "employeeId": "int32",
    "expirationType": "string",
    "expiryDate": "date-time",
    "id": "int64",
    "isActive": "boolean",
    "locationId": "int32",
    "locationName": "string",
    "maximumAmountPaid": "double",
    "name": "string",
    "notes": "string",
    "overrideSuperRate": "boolean",
    "payCategoryId": "int32",
    "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
isActive boolean Boolean
locationId int32 Nullable
locationName string String
maximumAmountPaid double Nullable
name string String
notes string String
overrideSuperRate boolean Boolean
payCategoryId int32 Nullable
startDate date-time Nullable
superRate double Nullable
totalAmountPaid double Decimal
units double Decimal