v1
latestOpenAPI 3.0.32026-08-06134961.9 KBOnboarding flow
Create a framework agreement and signing link
Create a framework agreement and a signing link, for the given worker. Once the agreement is signed, the FrameworkAgreementSignedEvent webhook is executed.
post/public/onboarding/v1/create-framework-agreement
Request body
Example request
{
"workerId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"payrollTaxReductionStartDate": "2000-01-23",
"isPayrollTaxReduction": true
}Response
Successfully created the agreement
Example response
{
"signingUrlExpirationTimestamp": "2000-01-23T04:56:07.000+00:00",
"signingUrl": "https://openapi-generator.tech"
}