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
|
TeachersPensionEoyReport
|
{TeachersPensionEoyReport}
|
|
stream
byte array
|
string
byte
|
"string"
|
{
"type": "string",
"content": "string",
"model": {
"pdfFileName": "string",
"establishment": {
"localAuthorityNumber": "string",
"schoolEmployerType": "string",
"establishmentCode": "string",
"id": "string"
},
"lineItems": [
{
"tier": 0.0,
"percentageRate": 0.0,
"contributorySalary": 0.0,
"teachersContributions": 0.0,
"employersContributions": 0.0
}
],
"careerAverageFlexibilities": 0.0,
"additionalPensionPayments": 0.0,
"additionalContributions": 0.0,
"teachersContributions": 0.0,
"employersContributions": 0.0,
"totalContributions": 0.0,
"efeArrears": 0.0,
"prestonContributions": 0.0,
"tr22ElectionAmounts": 0.0,
"totalExtraContributions": 0.0,
"overallBalance": 0.0,
"employersContributionPercentage": 0.0,
"totalContributorySalary": 0.0,
"totalTeachersContributions": 0.0,
"totalEmployersContributions": 0.0,
"report": "GrossToNet",
"taxYear": "Year2017",
"title": "string",
"isDraft": true
},
"stream": "string"
}
- none -
- none -