What is the updateJob Method?

This method will make changes to an existing job in the Jobs App. Use this method to change a job description, qualifications, industry, etc.

Method Definition

@WebMethod(action = "updateJob", operationName = "updateJob")
public JobDetails updateJob(String siteAuthenticationKey, String accessKey, JobDetails jobDetails)

Expected Response

stdClass Object
(
[return] => stdClass Object
(
[industryId] => 16
[isFeatured] => Y
[jobDescription] =>
Job Description – update

[jobId] => 10308
[jobStatusName] => New
[jobTitle] => Job Title - Update
[jobTypeName] => Part Time
[statusCode] => 1000
[statusMessage] => Success
)

)

Back to API reference.