PayRunSummaryLineIEnumerableReportResponse

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
If the type is application.json then this will contain a JSON representation of the relevant model
PayRunSummaryLine[] {PayRunSummaryLine}
stream
byte array
string byte "string"
{
  "type": "string",
  "content": "string",
  "model": [
    {
      "nominalCode": "string",
      "departmentCode": "string",
      "nominalName": "string",
      "description": "string",
      "qty": 0.0,
      "value": 0.0,
      "payCode": {
        "title": "string",
        "code": "string",
        "defaultValue": 0.0,
        "isDeduction": true,
        "isNiable": true,
        "isTaxable": true,
        "isPensionable": true,
        "isAttachable": true,
        "isRealTimeClass1aNiable": true,
        "isNotContributingToHolidayPay": true,
        "isQualifyingEarningsForAe": true,
        "isNotTierable": true,
        "isTcp_Tcls": true,
        "isTcp_Pp": true,
        "isTcp_Op": true,
        "flexibleDrawdown": "None",
        "isAutoAdjust": true,
        "calculationType": "FixedAmount",
        "multiplierType": "None",
        "dailyRateMultiplier": 0.0,
        "hourlyRateMultiplier": 0.0,
        "isSystemCode": true,
        "isControlCode": true,
        "payee": "string"
      },
      "costCentreCode": "string"
    }
  ],
  "stream": "string"
}
Contained in Models

- none -

Consumed by Operations

- none -

Returned by Operations
PayRunSummary