P11DetailedReportResponse

Used to encapsulate a response for any of the reports.
See the Introduction Guide for Reports for more details

Name / Description Type / Format Example
employeeName string "string"
payrollCode string "string"
issueDate string date "2026-03-14"
reference string "string"
payCode string "string"
loanAmount number double 0.0
paidAmount number double 0.0
outstandingBalance number double 0.0
{
  "employeeName": "string",
  "payrollCode": "string",
  "issueDate": "2026-03-14",
  "reference": "string",
  "payCode": "string",
  "loanAmount": 0.0,
  "paidAmount": 0.0,
  "outstandingBalance": 0.0
}
Contained in Models
LoanBalancesReport
Consumed by Operations

- none -

Returned by Operations

- none -