What is the createNewJobApplication Method?

This method will create a new job applicant in the Candidates App. Provide candidate information and generate a new candidate record. This is used to allow users to apply for jobs in your application, or to apply for the company without a specific job.

Method Definition

@WebMethod(action = "createNewJobApplicant", operationName = "createNewJobApplicant")
public JobApplicantDetails createNewJobApplicant(String siteAuthenticationKey, String accessKey, JobApplicantDetails jobApplicantDetails)

Expected Response

stdClass Object
(
[return] => stdClass Object
(
[applicantId] => 10192
[country] => AF
[emailId] => jk@berijam.com
[firstName] => jeyakumar
[jobId] => 10308
[jobNumber] => 7
[lastName] => jk
[noteDetails] =>
[statusCode] => 1000
[statusMessage] => Success
)
)

Back to API reference.