POST api/v1/orgs/{orgid}/jobs

This is to create a Job in Arya system.

Request Information

Parameters

NameDescriptionAdditional information
orgid
Value of Arya Organization ID.

Define this parameter in the request URI.

request
{
             "AryaJobID": 0,
            	"ClientJobID": null,
            	"AryaOrgID": 0,
            	"ClientOrgID": 0,
            	"JobTitle": null,
            	"JobTitle_Synonyms": null,
            	"Description": null,
            	"job_start_date": null,
            	"job_end_date": null,
                "WorkStatus": 0,
            	"Location": null,
            	"ZipCode": null,
            	"CountryId": 0,
            	"Country": null,
            	"MinExp": 0,
            	"MaxExp": 0,
            	"NoOfPositions": 0,
            	"job_status": null,
            	"Recruiter_Name": null,
            	"Job_Type": null,
            	"Pay_Rate": 0,
            	"Miles": 0,
            	"Recruiter_Email": null,
            	"job_client": null,
            	"job_category": null,
            	"SearchString": null,
            	"Job_apply_url": null,
            	"PostingDate": null,
            	"apikey": null,
            	"industries": null,
            	"JobFunctions": null,
            	"ATSCreatedDate": null,
            	"ATSModifiedDate": null,
            	"IsPullByUser": false,
            	"JobSource": null,
            	"ExcludeML": false,
                "IsDiversityActivate" : false, (Only for US Country),
                "DiversityPercentage" : 50, (Only for US Country),
                 "CustomData": { "key" : "value" , "key2" : 2 } (It is the IDictionary of key value pairs),
                 "ClientpositionId": null
             "last_activity":"3 days" (it should be either from these values 3 days, 7 days, 15 days, 30 days, 2 months, 3 months, 6 months)
             "notice_period":"currently serving notice period" ( it could be from any of these values, "currently serving notice period, 15 days or less,1 month, 2 months , 3 months, more than 3 months")
             "Gender":"Male" (Supported Male or Female)
             "payrate_from":null  it should be in multiple of lakh and multiple of thousands. Minimum should be 1 lakh. Example 1 Lakh pass as 1.0, 2 lakh 20 K pass as 2.2 
            }

None.