LeaveAssumedPensionablePay

Name / Description Type / Format Example
roleReference
Employee role reference
string "string"
roleId
Employee role unique Id
string uuid "string"
isPrimary
Boolean flag indicates if the role is primary
boolean true
assumedPensionablePay
Assumed Pensionable Pay (APP) is an average figure, calculated as the average pay in the 3 months
(or 12 weeks if weekly/fortnightly/fourweekly paid) before the absence
number double 0.0
automaticAPPCalculation
If set to True then we'll automatically calculate the AssumedPensionablePay.
Set it to false if you want to manually provide a figure that overrides our calculations
boolean true
id
The unique id of the object
string uuid "string"
{
  "roleReference": "string",
  "roleId": "string",
  "isPrimary": true,
  "assumedPensionablePay": 0.0,
  "automaticAPPCalculation": true,
  "id": "string"
}
Contained in Models
Leave
Consumed by Operations

- none -

Returned by Operations

- none -