Contract.PensionNoticePagedResponse

Paged list of pension notices for a scheme.

Name / Description Type / Format Example
items Contract.PensionNoticeResponse[] {Contract.PensionNoticeResponse}
totalCount integer int32 0
pageNum integer int32 0
pageSize integer int32 0
{
  "items": [
    {
      "id": "string",
      "noticeType": "OptOut",
      "issueDate": "2026-08-26",
      "appliedOn": "2026-08-26",
      "pensionReference": "string",
      "groupName": "string",
      "status": "Stored",
      "employeeId": "string",
      "employeeDisplayName": "string",
      "employeePayrollCode": "string",
      "isMatched": true,
      "isDeferredPending": true,
      "statusDisplayName": "string"
    }
  ],
  "totalCount": 0,
  "pageNum": 0,
  "pageSize": 0
}
Contained in Models

- none -

Consumed by Operations

- none -

Returned by Operations
List Pension Notices (Beta)