POST api/v1/CandidateProgression
Get projections Feeder and Future for a give title or a profile
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | {
"Title": "Developer",
"Companies": [],
"Candidate": {
"FirstName": null,
"LastName": null,
"Location": null,
"CurrentLocation": null,
"CurrentPosition": null,
"CurrentCompany": "Leoforce",
"Qualification": null,
"TotalExp": 0,
"Address": null,
"City": null,
"State": null,
"Country": null,
"Zipcode": null,
"MajorSkills": null,
"Education":[],
"Experience": [
{
"Title": "Software Engineer",
"Company": "Leoforce",
"Eduration": null,
"ExpInMonth": null,
"Summary": null,
"Location": "IL, US",
"Country": "",
"StartDate": "2016-06-22",
"EndDate": "2019-12-22"
}
],
"Summary": null
}
} |
None. |