NationalInsuranceCalculationBase

Included as part of the PayRunEntry model to provide details of how the National Insurance Contribution was calculated.
Unless the PayRunEntry.ManualNi property is set to true then these value will all be read-only and are recalculated everytime a payrun is updated.
This calculation could be made up of one or more calculations made on different NI table letters.
Where more than NI table letter affects the calculation, the calculation for each NI table letter will be contain in the Breakdown.

Name / Description Type / Format Example
payRunEntries
A list of PayRunEntries where the PayRunEntry itself has been modified and.or the related Employee record was changed
Item[] {Item}
{
  "payRunEntries": [
    {
      "id": "string",
      "name": "string",
      "metadata": {},
      "url": "string"
    }
  ]
}
Contained in Models

- none -

Consumed by Operations

- none -

Returned by Operations
List PayRun Changes