In this guide, you will learn how:
Before you get started, ensure that you have already created an employment.
An Offboarding Request is created when one of the parties wishes to end the employment contract. If initiated by the employer, it's called a termination request, while if initiated by the employee, it’s called a resignation request.
The Remote API has the capability to create termination requests and show both termination and resignation requests. Read more about the termination process at Remote.
To create an offboarding, you need to send mandatory parameters as:
type
employment_id
confidential
, itstermination_reason
, the proposed_termination_date
, and some information regarding the risks related to the termination in risk_assessment_reasons
and will_challenge_termination
.Next, some parameters are presented in more detail.
Confidential
Boolean value indicating whether the termination request is confidential or not. You can read more about confidential requests in the section below.