Next Payroll Step

Task system to move payroll forward.
Moving to next step will process all needed calculations and operations between current and next step. Processing is done on background and continue even in case that frontend application fails.
Payroll which has been already locked cannot be moved to next step by calling this endpoint and will be moved to next step automatically by system.
Returns status data about run for UI rendering.

Warnings are info only and payroll can continue.
Errors are blocking, and payroll will NOT CONTINUE.

This endpoint can be called only by System and Admin level users.

Employee call will return Forbidden result even for Employee own company.

Path Params
int32
required

ID of Company

int32
required

Payroll Run ID. ID is returned from Start Default Payroll or Start Named Payroll endpoint.

Headers
string
Defaults to 1.0

The requested API version

string
Defaults to 1.0

The requested API version

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Response

Language
Credentials
Bearer
jwt
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/json
text/plain