Update P32 Report for the financial year

Request

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

Path parameters

Parameter name Value Description Additional
businessId string Required

Query parameters

Parameter name Value Description Additional
financialYearEnding int32 Required

Request body

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

[
    {
        "advanceFunding": "double",
        "hmrcPayment": "double",
        "netCISDeductions": "double",
        "taxMonth": "date-time"
    }
]

Properties

Name Type Description
advanceFunding double Decimal
hmrcPayment double Decimal
netCISDeductions double Decimal
taxMonth date-time DateTime

Response

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

Status code Description Resource
200 OK

OK

UkP32ReportModel