Request

POST https://api.yourpayroll.co.uk/api/v2/business/{businessId}/report/fps

Path parameters

Parameter name Value Description Additional
businessId string Required

Request body

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

{
    "lodgeFinalPayRun": "boolean",
    "payRunId": "int32",
    "test": "boolean"
}

Properties

Name Type Description
lodgeFinalPayRun boolean Boolean
payRunId int32 Int32
test boolean Boolean

Response

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

Status code Description Resource
200 OK

OK

UkLodgePayRunSubmissionResult