v1

latestOpenAPI 3.0.32026-08-0645108163.2 KB
EmploymentContract

Create a new phase B/C employment contract for a worker

Create an employment contract for a worker. The contract needs to be signed by the worker before it becomes active.

post/public/employment-contract/v1/create-employment-contract

Request body

workerIdstring uuid required

The unique id of the worker, as returned from the /create-worker endpoint.

type'PHASE_B' | 'PHASE_C' required

The type of the employment contract

hoursPerWeeknumber required

The number of hours the worker will work per week for this employment contract. The maximum comes from https://www.rijksoverheid.nl/onderwerpen/werktijden/vraag-en-antwoord/wettelijke-regels-werktijden-en-rusttijden

isPayrollTaxReductionboolean required

Whether the payroll tax reduction applies to this employment contract.

Response

Successfully created the employment contract

employmentContractIdstring uuid required

The unique id of the created employment contract.

signingUrlstring uri required

A URL to sign the employment contract

signingUrlExpirationTimestampstring date-time required

The timestamp (UTC) at which the signing URL will expire.