Skip to main content
POST
Set a payroll config's default working pattern (overrides the organisation default)

Authorizations

X-Auth-Token
string
header
required

Access token obtained from OAuth2 client credentials flow

X-Org-Id
string
header
required

Organisation to scope the request to. Required when the principal can access more than one organisation; optional for single-organisation principals (the authorizer resolves it automatically).

Path Parameters

payrollConfigId
string
required

The ID of the payroll config

Body

application/json

A default working pattern and SSP qualifying-day policy, used at organisation and payroll-config scope as a fallback for employees with no pattern of their own.

defaultWorkingDays
object

Configuration of employee's working days

qualifyingDayMode
enum<string>
default:DeriveFromPattern
Available options:
DeriveFromPattern,
AgreedFixedDays,
WednesdayDefault
agreedQualifyingDays
object

Standard working days configuration

Response

Working pattern defaults saved successfully

message
object
content
object
validationIssues
object[]
messageToken
string