Name / Description | Type / Format | Example | |
---|---|---|---|
roleId
|
string
uuid
|
"string"
|
|
percentOfPay
If this is Sick Leave with Custom Payment,
the user will input the desired impact on the employee’s pay, per role. This will be via an amount between 0-100 in 'Pay for Absence'. The employees pay will be fully reduced for the absence, and the % paid will be added back using the OSP pay code. |
number
double
|
0.0
|
|
paySSPInAddition
If this is Sick Leave with Custom Payment,
If true, then reduce the OSP by the amount of SSP paid (and apportioned according to role weighting) If false, then do not reduce the OSP at all. |
boolean
|
true
|
{
"roleId": "string",
"percentOfPay": 0.0,
"paySSPInAddition": true
}