Used to encapsulate a response for any of the reports.
See the Introduction Guide for Reports for more details
| Name / Description | Type / Format | Example | |
|---|---|---|---|
type
The content-type, this would usually be the same as the accept header you provided when you requested the report
|
string
|
"string"
|
|
content
This could contain a link to a PDF file, HTML content or other content, depending on the Type value.
|
string
|
"string"
|
|
model
|
CyclicReenrolmentReport
|
{CyclicReenrolmentReport}
|
|
stream
byte array
|
string
byte
|
"string"
|
{
"type": "string",
"content": "string",
"model": {
"reenrolmentDate": "2025-12-01",
"employerName": "string",
"groups": [
{
"id": 0,
"name": "string",
"lines": [
{
"payrollCode": "string",
"title": "string",
"firstName": "string",
"middleName": "string",
"lastName": "string",
"reenrolmentDate": "2025-12-01",
"pensionSchemeId": 0,
"pensionSchemeName": "string",
"workerGroupName": "string",
"payScheduleName": "string"
}
],
"totalStaff": 0
}
],
"totalStaff": 0,
"alreadyInPension": 0,
"totalReenrolled": 0,
"report": "GrossToNet",
"taxYear": "Year2017",
"title": "string",
"isDraft": true
},
"stream": "string"
}
- none -
- none -