EmployeePaymentsReportLineListReportResponse

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
EmployeePaymentsReportLine[] {EmployeePaymentsReportLine}
stream
byte array
string byte "string"
{
  "type": "string",
  "content": "string",
  "model": [
    {
      "payrollCode": "string",
      "uniqueIdentifier": "string",
      "amount": 0.0,
      "multiplierType": 0,
      "multiplier": 0.0,
      "hours": 0.0,
      "days": 0.0,
      "payCode": "string",
      "description": "string",
      "effectiveFrom": "2025-05-09",
      "effectiveTo": "2025-05-09",
      "isNetToGross": true,
      "department": "string",
      "costCentre": "string",
      "isAutomaticBackPay": true,
      "ignoreInitialBackPay": true,
      "contributesToBasicPay": true,
      "autoAdjustForLeave": true,
      "roleReference": "string",
      "paySpine": "string",
      "payGrade": "string",
      "spinePoint": "string",
      "londonAllowanceType": "string",
      "calculateAsWhenPaid": true,
      "departmentId": "string",
      "costCentreId": "string",
      "paySpineId": "string",
      "spinalPointId": "string",
      "paySpineGradeId": "string"
    }
  ],
  "stream": "string"
}
Contained in Models

- none -

Consumed by Operations

- none -

Returned by Operations
Employee Payments Report