Skip to main content
PATCH
/
payroll
/
settings
Update employer payroll settings
curl --request PATCH \
  --url https://api.app.lastaccountingcompany.com/portal/payroll/settings \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "customer_id": "<string>",
  "period": "<string>",
  "effective_from": "<string>",
  "employer_pension_basis_points": 123,
  "employer_side_cost_basis_points": 123,
  "holiday_accrual_basis_points": 123
}
'
{}

Authorizations

Authorization
string
header
required

Firebase ID token from an interactive portal session. Required for admin/approver-only operations (payroll approval, company settings, API-key management).

Body

application/json
customer_id
string

Target company. Optional for API keys.

period
string

Payroll period, YYYY-MM.

effective_from
string

Effective-from date, YYYY-MM-DD.

employer_pension_basis_points
integer

Employer pension (TyEL) rate in basis points.

employer_side_cost_basis_points
integer

Employer side-cost rate in basis points.

holiday_accrual_basis_points
integer

Holiday pay accrual rate in basis points.

Response

Updated payroll workspace.

The payroll workspace for a period: employees, employer settings, and runs. Amounts are integer cents; rates are basis points. Interior shapes beyond the top level vary and are returned as-is.