POST api/v1/orgs/{orgid}/jobs/{jobid}/searchpara?aryaType={aryaType}
Save manual search parameters for Job.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
orgid | Value of Arya Organization ID |
Define this parameter in the request URI. |
jobid | Value of Arya Job ID |
Define this parameter in the request URI. |
request | -------------------------------------------Social--------------------------------------------------------- { "Recruiter_Email": "test@test.com", "JobTitle": "Java Devloper", "JobTitle_Synonyms": "\"Java Engineer\" OR \"sr java developer\"", "Location": "Raleigh, WV", "ZipCode": "25911", "Miles": 20, "MinExp": 1, "MaxExp": 5, "Required_Skills": { "java": "j2me", "json": "C#", ".net": "WCF" }, "Search_String": "Java AND j2me", "Use_Search_String": true, "School": "NMU", "Education": "Computer ", "Degree": "BE ", "Certification": "MSTC", "Current_Companies": "google", "Previous_Companies": "microsoft", "Exclude_Company": "yahoo", "Exclude_Skills": "testing", "Social_Source_Name": "LinkedIn", "Exclude_ML": false, "Language": null, "MustHave": "Java ,SQL", "NiceToHave": "J2ee,Python" } -------------------------------------------------------------------------------------------------------- -------------------------------------------Internal---------------------------------------------------- { "JobTitle": "java", "Search_String": "Java AND j2me", "ZipCode": "25911", "Miles": 30, "Exclude_ML": false, "Recruiter_Email": "test@test.com" } ---------------------------------------------------------- |
None. |
aryaType | Valid values- Social/Internal |
Define this parameter in the request URI. |