Name / Description | Type / Format | Example | |
---|---|---|---|
offPayrollWorker
|
boolean
|
true
|
|
irregularPaymentPattern
True if employee is currently on an irregular payment patter
|
boolean
|
true
|
|
nonIndividual
True if Employee's payments are being made to a body (eg, trustee, corporate organisation or personal representative)
|
boolean
|
true
|
|
hoursNormallyWorked
|
string
|
"LessThan16"
"MoreThan16"
"MoreThan24"
"MoreThan30"
"NotRegular"
|
|
excludeFromRtiSubmissions
True if Employee is excluded from RTI submissions
|
boolean
|
true
|
{
"offPayrollWorker": true,
"irregularPaymentPattern": true,
"nonIndividual": true,
"hoursNormallyWorked": "LessThan16",
"excludeFromRtiSubmissions": true
}