CyclicReenrolmentReportReportResponse

Used to encapsulate a response for any of the reports.
See the Introduction Guide for Reports for more details

Name / Description Type / Format Example
id integer int32 0
name string "string"
lines CyclicReenrolmentReportLine[] {CyclicReenrolmentReportLine}
totalStaff integer int32 0
{
  "id": 0,
  "name": "string",
  "lines": [
    {
      "payrollCode": "string",
      "title": "string",
      "firstName": "string",
      "middleName": "string",
      "lastName": "string",
      "reenrolmentDate": "2025-10-16",
      "pensionSchemeId": 0,
      "pensionSchemeName": "string",
      "workerGroupName": "string",
      "payScheduleName": "string"
    }
  ],
  "totalStaff": 0
}
Contained in Models
CyclicReenrolmentReport
Consumed by Operations

- none -

Returned by Operations

- none -