Skip to main content
PUT
Set the employee's SSP qualifying-day policy from an effective date

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

employeeId
string
required

The ID of the employee

Body

application/json

Set the employee's SSP qualifying-day policy from a given effective date.

effectiveFrom
string

The date this policy takes effect. Format YYYY-MM-DD.

Example:

"2026-04-06"

mode
enum<string>

How qualifying days are determined.

Available options:
DeriveFromPattern,
AgreedFixedDays,
WednesdayDefault
Example:

"AgreedFixedDays"

agreedQualifyingDays
object

The agreed qualifying weekdays; required when mode is "AgreedFixedDays".

Response

Qualifying day policy saved successfully

message
object
content
object
validationIssues
object[]
messageToken
string