P11

A P11 Report summarises payments and deductions made to an employee.
Our Reports API can return this to you in many formats including as a PDF file
If you request is as a JSOn object then it is represented using this model.

Name / Description Type / Format Example
payrollCode string "string"
tradingName string "string"
firstName string "string"
lastName string "string"
niNumber string "string"
type string "SoleTrader" "Partnership" "Company" "Trust"
utr string "string"
taxStatus string "Gross" "NetOfStandardDeduction" "NetOfHigherDeduction"
verificationNumber string "string"
displayName string "string"
validationMessage string[]
{
  "payrollCode": "string",
  "tradingName": "string",
  "firstName": "string",
  "lastName": "string",
  "niNumber": "string",
  "type": "SoleTrader",
  "utr": "string",
  "taxStatus": "Gross",
  "verificationNumber": "string",
  "displayName": "string",
  "validationMessage": [
    "string"
  ]
}
Consumed by Operations

- none -

Returned by Operations

- none -