Skip to main content
PUT
Update a vacation pay setting

Authorizations

Authorization
string
header
required

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

Path Parameters

vacation_pay_setting
string
required

Body

application/json
effective_from
string<date>

Editing is prevented when is_editable is false

effective_to
string<date>
percentage
number<decimal>

Editing is prevented when is_editable is false

Required range: 0 <= x <= 100
vacation_pay_method
enum<string>

Editing is prevented when is_editable is false

Available options:
manual,
per_period
overrides
object[]

Editing is prevented when is_editable is false

note
string | null

Response

200 - application/json

OK

id
string
read-only

The unique identifier of the object in Nmbr.

object
string
read-only

The type of the object in Nmbr ("vacation_pay_setting").

data
Vacation Pay Setting · object