POST http:///api/v2/business/{businessId}/report/fps/fpsxml
  | Parameter name | Value | Description | Additional | 
|---|---|---|---|
| businessId | string | Required | 
The request body takes a complete UkFpsXmlApiModel resource, containing the following writable properties:
{
    "lodgeFinalPayRun": "boolean",
    "payRunId": "int32",
    "taxYear": "int32"
}| Name | Type | Description | 
|---|---|---|
| lodgeFinalPayRun | boolean | Boolean | 
| payRunId | int32 | Int32 | 
| taxYear | int32 | Int32 | 
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource | 
|---|---|---|
| 200 | OK OK | FpsResponseXmlModel | 
Powered by DapperDox