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
|
SpinePointReport
|
{SpinePointReport}
|
|
stream
byte array
|
string
byte
|
"string"
|
{
"type": "string",
"content": "string",
"model": {
"lines": [
{
"spineName": "string",
"spinePointName": "string",
"number": 0,
"effectiveDate": "2024-11-21",
"annualValue": 0.0,
"annualValueAltMax": 0.0,
"annualValueLAInner": 0.0,
"annualValueLAInnerAltMax": 0.0,
"annualValueLAOuter": 0.0,
"annualValueLAOuterAltMax": 0.0,
"annualValueLAFringe": 0.0,
"annualValueLAFringeAltMax": 0.0,
"employee": {
"id": "string",
"name": "string",
"metadata": {},
"url": "string"
},
"payrollCode": "string",
"department": "string"
}
],
"report": "GrossToNet",
"taxYear": "Year2017",
"title": "string",
"isDraft": true
},
"stream": "string"
}