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