Update P32 Opening Balances Adjustments for the business' initial tax year using this software.

Request

PUT https://api.yourpayroll.co.uk/api/v2/business/{businessId}/report/p32/openingbalancesadjustments

Path parameters

Parameter name Value Description Additional
businessId string Required

Request body

The request body takes a complete UkP32ReportAdjustmentsModel resource, containing the following writable properties:

{
    "advanceFunding": "double",
    "apprenticeshipLevyAllowance": "double",
    "employeeNationalInsurance": "double",
    "employerNationalInsurance": "double",
    "hmrcPayment": "double",
    "nationalInsuranceDeductions": "double",
    "nationalInsuranceEligibleEarnings": "double",
    "netApprenticeshipLevy": "double",
    "netCISDeductions": "double",
    "nicCompensationOnSap": "double",
    "nicCompensationOnShpp": "double",
    "nicCompensationOnSmp": "double",
    "nicCompensationOnSpbp": "double",
    "nicCompensationOnSpp": "double",
    "paye": "double",
    "postGradLoans": "double",
    "sapRecovered": "double",
    "shppRecovered": "double",
    "smpRecovered": "double",
    "spbpRecovered": "double",
    "sppRecovered": "double",
    "studentLoans": "double"
}

Properties

Name Type Description
advanceFunding double Decimal
apprenticeshipLevyAllowance double Decimal
employeeNationalInsurance double Decimal
employerNationalInsurance double Decimal
hmrcPayment double Decimal
nationalInsuranceDeductions double Decimal
nationalInsuranceEligibleEarnings double Decimal
netApprenticeshipLevy double Decimal
netCISDeductions double Decimal
nicCompensationOnSap double Decimal
nicCompensationOnShpp double Decimal
nicCompensationOnSmp double Decimal
nicCompensationOnSpbp double Decimal
nicCompensationOnSpp double Decimal
paye double Decimal
postGradLoans double Decimal
sapRecovered double Decimal
shppRecovered double Decimal
smpRecovered double Decimal
spbpRecovered double Decimal
sppRecovered double Decimal
studentLoans double Decimal

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

OK

UkP32ReportAdjustmentsModel