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

This is to create a candidate in Arya system

Request Information

Parameters

NameDescriptionAdditional information
orgid
Value of Arya Organization ID

Define this parameter in the request URI.

request
{
            	"JobId": "283568",
            	"ClientCanId": "562132",
            	"FirstName": "Sample",
            	"LastName": "Sample",
            	"EmailId": "Sample@Sample.com",
            	"Mobile": "562132323",
            	"CandidateGuid": "f0033936-8f03-495e-bc4e-4d1d0ab32ffd",
            	"Resume": "7d5973b2-cc2a-4ed9-98db-a948b0a6b370.docx",
            	"Location": "Raleigh, NC",
            	"CurrentLocation": "Raleigh, NC",
            	"CurrentCompany": "XYZ",
            	"Qualification": "XYZ",
            	"Designation": "XYZ",
            	"City": "Raleigh",
            	"State": "NC",
            	"Country": 1 (Getmaster list value from country API),
            	"Zipcode": "27603",
            	"MajorSkills": "A,B,C",
            	"ResumeBytes": []
            }

None.

jobid
Value of Arya Job ID

Define this parameter in the request URI.