v1

latestOpenAPI 3.1.0Apache 2.02026-07-22160175414.0 KB
Applications

Create a new application for a job opportunity

This route allows creating a new application for a job opportunity, given candidate information.

Usable only with an API key. It is designed for custom career sites that need to push candidate data directly into Lucca Recruitment.

post/recruitment/api/public/applications

Request body

jobOpportunityIdinteger required

Job opportunity Id, used to know which job opportunity the application is for.

lastNamestring required

Last name of the candidate.

firstNamestring required

First name of the candidate.

phoneNumberstring required

Phone number of the candidate, used for contact purposes.

emailAddressstring required

Email address of the applicant, used for communication regarding the job application.

commentsstring[]

Comments provided by the applicant, typically used for additional details or notes regarding the application.

consentToGoInTalentPoolboolean

Indicates whether the applicant consents to being included in the talent pool.

Response

Application accepted. It will be processed shortly.