Update P32 Opening Balances Adjustments for the business' initial tax year using this software.
PUT https://api.yourpayroll.co.uk/api/v2/business/{businessId}/report/p32/openingbalancesadjustments
Parameter name | Value | Description | Additional |
---|---|---|---|
businessId | string | Required |
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"
}
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 |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
UkP32ReportAdjustmentsModel |
Powered by DapperDox