ApplicantSalary
API | Description |
---|---|
GET api/ApplicantSalary |
This returns the salary ranges to be shown on the form and the values to be submitted |
ApplicantAge
This returns the age ranges to be shown on the form and the values to be submitted
API | Description |
---|---|
GET api/ApplicantAge |
This returns the age ranges to be shown on the form and the values to be submitted |
ApplicantSector
API | Description |
---|---|
GET api/ApplicantSector |
This returns the industry sectors to be shown on the form and the values to be submitted |
Applicant
Allows applicants to be posted to the fuller CV
API | Description |
---|---|
POST api/Applicant |
Post a new applicant |
PUT api/Applicant/{id} |
Update an applicant |
ApplicantCv
API | Description |
---|---|
POST api/ApplicantCv |
No documentation available. |
ApplicantCountry
API | Description |
---|---|
GET api/ApplicantCountry |
This returns the Countries to be shown on the form and the values to be submitted |
ReferralChoices
Published the currently available referal options for the PartnerID, These responses should be POSTed or PUT along with the applicant
API | Description |
---|---|
GET api/ReferralChoices/{id} |
No documentation available. |