Skip to main content
PATCH
Update Payroll

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

payrun_id
required

Body

application/json

Input parameters

payCycle
enum<string>
required
Available options:
year,
month,
week
payrollGroup
PayrollRequestBase · object[]
required
payDate
string<date>

Payment Date for this payroll

externalRef
string | null

External reference for payroll run

Response

Successful Response

run
RunDetails · object | null
required
payslips
Payslip · object[]
required
errors
Errors · object[] | null
required