Contract.FpsFields

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"
{
  "offPayrollWorker": true,
  "irregularPaymentPattern": true,
  "nonIndividual": true,
  "hoursNormallyWorked": "LessThan16"
}
Consumed by Operations

- none -

Returned by Operations

- none -