POST Jobs/GetMatchingCandidatesForJob

Request Information

URI Parameters

None.

Body Parameters

MatchingCandidatesRequest
NameDescriptionTypeAdditional information
job_id

integer

None.

city_state

string

None.

country

string

None.

job_title

string

None.

education

string

None.

license

string

None.

certificate

string

None.

language

string

None.

job_type

string

None.

work_mode

string

None.

work_experience

string

None.

skill_score

decimal number

None.

experience_score

decimal number

None.

location_score

decimal number

None.

salary_score

decimal number

None.

mode_score

decimal number

None.

match_percentage

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "job_id": 1,
  "city_state": "sample string 2",
  "country": "sample string 3",
  "job_title": "sample string 4",
  "education": "sample string 5",
  "license": "sample string 6",
  "certificate": "sample string 7",
  "language": "sample string 8",
  "job_type": "sample string 9",
  "work_mode": "sample string 10",
  "work_experience": "sample string 11",
  "skill_score": 12.0,
  "experience_score": 13.0,
  "location_score": 14.0,
  "salary_score": 15.0,
  "mode_score": 16.0,
  "match_percentage": 17.0
}

application/xml, text/xml

Sample:
<MatchingCandidatesRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OffshorePlacementsAPI.Models">
  <certificate>sample string 7</certificate>
  <city_state>sample string 2</city_state>
  <country>sample string 3</country>
  <education>sample string 5</education>
  <experience_score>13</experience_score>
  <job_id>1</job_id>
  <job_title>sample string 4</job_title>
  <job_type>sample string 9</job_type>
  <language>sample string 8</language>
  <license>sample string 6</license>
  <location_score>14</location_score>
  <match_percentage>17</match_percentage>
  <mode_score>16</mode_score>
  <salary_score>15</salary_score>
  <skill_score>12</skill_score>
  <work_experience>sample string 11</work_experience>
  <work_mode>sample string 10</work_mode>
</MatchingCandidatesRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

MatchingCandidatesResponse
NameDescriptionTypeAdditional information
status

string

None.

remarks

string

None.

candidates

Collection of MatchingCandidatesData

None.

Response Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "remarks": "sample string 2",
  "candidates": [
    {
      "candidate_id": 1,
      "name": "sample string 2",
      "email": "sample string 3",
      "phone": "sample string 4",
      "city_state": "sample string 5",
      "country": "sample string 6",
      "zip_code": "sample string 7",
      "min_base_pay": "sample string 8",
      "pay_period": "sample string 9",
      "job_title": "sample string 10",
      "work_experience": "sample string 11",
      "education": "sample string 12",
      "skill": "sample string 13",
      "license": "sample string 14",
      "certificate": "sample string 15",
      "language": "sample string 16",
      "job_type": "sample string 17",
      "work_mode": "sample string 18",
      "relocation": "sample string 19",
      "has_placed": true,
      "designation": "sample string 21",
      "company": "sample string 22",
      "reporting_manager": "sample string 23",
      "total_experience": 24.0,
      "profile_path": "sample string 25",
      "profile_name": "sample string 26",
      "profile_ext": "sample string 27",
      "skill_score": 28.0,
      "experience_score": 29.0,
      "location_score": 30.0,
      "salary_score": 31.0,
      "mode_score": 32.0,
      "match_percentage": 33.0
    },
    {
      "candidate_id": 1,
      "name": "sample string 2",
      "email": "sample string 3",
      "phone": "sample string 4",
      "city_state": "sample string 5",
      "country": "sample string 6",
      "zip_code": "sample string 7",
      "min_base_pay": "sample string 8",
      "pay_period": "sample string 9",
      "job_title": "sample string 10",
      "work_experience": "sample string 11",
      "education": "sample string 12",
      "skill": "sample string 13",
      "license": "sample string 14",
      "certificate": "sample string 15",
      "language": "sample string 16",
      "job_type": "sample string 17",
      "work_mode": "sample string 18",
      "relocation": "sample string 19",
      "has_placed": true,
      "designation": "sample string 21",
      "company": "sample string 22",
      "reporting_manager": "sample string 23",
      "total_experience": 24.0,
      "profile_path": "sample string 25",
      "profile_name": "sample string 26",
      "profile_ext": "sample string 27",
      "skill_score": 28.0,
      "experience_score": 29.0,
      "location_score": 30.0,
      "salary_score": 31.0,
      "mode_score": 32.0,
      "match_percentage": 33.0
    }
  ]
}

application/xml, text/xml

Sample:
<MatchingCandidatesResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OffshorePlacementsAPI.Models">
  <candidates>
    <MatchingCandidatesData>
      <candidate_id>1</candidate_id>
      <certificate>sample string 15</certificate>
      <city_state>sample string 5</city_state>
      <company>sample string 22</company>
      <country>sample string 6</country>
      <designation>sample string 21</designation>
      <education>sample string 12</education>
      <email>sample string 3</email>
      <experience_score>29</experience_score>
      <has_placed>true</has_placed>
      <job_title>sample string 10</job_title>
      <job_type>sample string 17</job_type>
      <language>sample string 16</language>
      <license>sample string 14</license>
      <location_score>30</location_score>
      <match_percentage>33</match_percentage>
      <min_base_pay>sample string 8</min_base_pay>
      <mode_score>32</mode_score>
      <name>sample string 2</name>
      <pay_period>sample string 9</pay_period>
      <phone>sample string 4</phone>
      <profile_ext>sample string 27</profile_ext>
      <profile_name>sample string 26</profile_name>
      <profile_path>sample string 25</profile_path>
      <relocation>sample string 19</relocation>
      <reporting_manager>sample string 23</reporting_manager>
      <salary_score>31</salary_score>
      <skill>sample string 13</skill>
      <skill_score>28</skill_score>
      <total_experience>24</total_experience>
      <work_experience>sample string 11</work_experience>
      <work_mode>sample string 18</work_mode>
      <zip_code>sample string 7</zip_code>
    </MatchingCandidatesData>
    <MatchingCandidatesData>
      <candidate_id>1</candidate_id>
      <certificate>sample string 15</certificate>
      <city_state>sample string 5</city_state>
      <company>sample string 22</company>
      <country>sample string 6</country>
      <designation>sample string 21</designation>
      <education>sample string 12</education>
      <email>sample string 3</email>
      <experience_score>29</experience_score>
      <has_placed>true</has_placed>
      <job_title>sample string 10</job_title>
      <job_type>sample string 17</job_type>
      <language>sample string 16</language>
      <license>sample string 14</license>
      <location_score>30</location_score>
      <match_percentage>33</match_percentage>
      <min_base_pay>sample string 8</min_base_pay>
      <mode_score>32</mode_score>
      <name>sample string 2</name>
      <pay_period>sample string 9</pay_period>
      <phone>sample string 4</phone>
      <profile_ext>sample string 27</profile_ext>
      <profile_name>sample string 26</profile_name>
      <profile_path>sample string 25</profile_path>
      <relocation>sample string 19</relocation>
      <reporting_manager>sample string 23</reporting_manager>
      <salary_score>31</salary_score>
      <skill>sample string 13</skill>
      <skill_score>28</skill_score>
      <total_experience>24</total_experience>
      <work_experience>sample string 11</work_experience>
      <work_mode>sample string 18</work_mode>
      <zip_code>sample string 7</zip_code>
    </MatchingCandidatesData>
  </candidates>
  <remarks>sample string 2</remarks>
  <status>sample string 1</status>
</MatchingCandidatesResponse>