Skip to main content
PATCH
Update Payslip

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

run_id
string
required
payslip_id
string
required

Body

application/json
allowances
number | null
deductions
number | null
notes
string | null

Response

Successful Response

id
string
required
orgId
string
required
payrollRunId
string
required
employeeId
string
required
baseSalary
number
required
unpaidLeaveDays
number
required
grossPay
number
required
allowances
number
required
deductions
number
required
netPay
number
required
notes
string | null