Resumes


Click here for a complete list of operations.

CB_SearchResumes

Deprecated. Use V2_AdvancedResumeSearch.

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
SessionToken:
Keywords:
SearchType:
City:
ZipCode:
RadiusMiles:
State:
Country:
EmploymentType:
WorkStatus:
MinimumEducation:
FreshnessDays:
PageNumber:
RowsPerPage:
CustAcctCode:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /resumes/resumes.asmx HTTP/1.1
Host: ws.careerbuilder.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://ws.careerbuilder.com/resumes/CB_SearchResumes"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <CB_SearchResumes xmlns="http://ws.careerbuilder.com/resumes/">
      <SessionToken>string</SessionToken>
      <Keywords>string</Keywords>
      <SearchType>string</SearchType>
      <City>string</City>
      <ZipCode>string</ZipCode>
      <RadiusMiles>string</RadiusMiles>
      <State>string</State>
      <Country>string</Country>
      <EmploymentType>string</EmploymentType>
      <WorkStatus>string</WorkStatus>
      <MinimumEducation>string</MinimumEducation>
      <FreshnessDays>string</FreshnessDays>
      <PageNumber>string</PageNumber>
      <RowsPerPage>string</RowsPerPage>
      <CustAcctCode>string</CustAcctCode>
    </CB_SearchResumes>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <CB_SearchResumesResponse xmlns="http://ws.careerbuilder.com/resumes/">
      <CB_SearchResumesResult>
        <Errors>
          <CBError>
            <Code>string</Code>
            <Text>string</Text>
          </CBError>
          <CBError>
            <Code>string</Code>
            <Text>string</Text>
          </CBError>
        </Errors>
        <PageNumber>string</PageNumber>
        <SearchTime>string</SearchTime>
        <FirstRec>string</FirstRec>
        <LastRec>string</LastRec>
        <Hits>string</Hits>
        <MaxPage>string</MaxPage>
        <Results>
          <ResumeResultItem>
            <ContactName>string</ContactName>
            <HomeLocation>string</HomeLocation>
            <ResumeTitle>string</ResumeTitle>
            <RecentPay>string</RecentPay>
            <LastUpdate>string</LastUpdate>
            <ResumeID>string</ResumeID>
            <ContactEmail>string</ContactEmail>
          </ResumeResultItem>
          <ResumeResultItem>
            <ContactName>string</ContactName>
            <HomeLocation>string</HomeLocation>
            <ResumeTitle>string</ResumeTitle>
            <RecentPay>string</RecentPay>
            <LastUpdate>string</LastUpdate>
            <ResumeID>string</ResumeID>
            <ContactEmail>string</ContactEmail>
          </ResumeResultItem>
        </Results>
      </CB_SearchResumesResult>
    </CB_SearchResumesResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /resumes/resumes.asmx HTTP/1.1
Host: ws.careerbuilder.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <CB_SearchResumes xmlns="http://ws.careerbuilder.com/resumes/">
      <SessionToken>string</SessionToken>
      <Keywords>string</Keywords>
      <SearchType>string</SearchType>
      <City>string</City>
      <ZipCode>string</ZipCode>
      <RadiusMiles>string</RadiusMiles>
      <State>string</State>
      <Country>string</Country>
      <EmploymentType>string</EmploymentType>
      <WorkStatus>string</WorkStatus>
      <MinimumEducation>string</MinimumEducation>
      <FreshnessDays>string</FreshnessDays>
      <PageNumber>string</PageNumber>
      <RowsPerPage>string</RowsPerPage>
      <CustAcctCode>string</CustAcctCode>
    </CB_SearchResumes>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <CB_SearchResumesResponse xmlns="http://ws.careerbuilder.com/resumes/">
      <CB_SearchResumesResult>
        <Errors>
          <CBError>
            <Code>string</Code>
            <Text>string</Text>
          </CBError>
          <CBError>
            <Code>string</Code>
            <Text>string</Text>
          </CBError>
        </Errors>
        <PageNumber>string</PageNumber>
        <SearchTime>string</SearchTime>
        <FirstRec>string</FirstRec>
        <LastRec>string</LastRec>
        <Hits>string</Hits>
        <MaxPage>string</MaxPage>
        <Results>
          <ResumeResultItem>
            <ContactName>string</ContactName>
            <HomeLocation>string</HomeLocation>
            <ResumeTitle>string</ResumeTitle>
            <RecentPay>string</RecentPay>
            <LastUpdate>string</LastUpdate>
            <ResumeID>string</ResumeID>
            <ContactEmail>string</ContactEmail>
          </ResumeResultItem>
          <ResumeResultItem>
            <ContactName>string</ContactName>
            <HomeLocation>string</HomeLocation>
            <ResumeTitle>string</ResumeTitle>
            <RecentPay>string</RecentPay>
            <LastUpdate>string</LastUpdate>
            <ResumeID>string</ResumeID>
            <ContactEmail>string</ContactEmail>
          </ResumeResultItem>
        </Results>
      </CB_SearchResumesResult>
    </CB_SearchResumesResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /resumes/resumes.asmx/CB_SearchResumes?SessionToken=string&Keywords=string&SearchType=string&City=string&ZipCode=string&RadiusMiles=string&State=string&Country=string&EmploymentType=string&WorkStatus=string&MinimumEducation=string&FreshnessDays=string&PageNumber=string&RowsPerPage=string&CustAcctCode=string HTTP/1.1
Host: ws.careerbuilder.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ResumeSearchResults xmlns="http://ws.careerbuilder.com/resumes/">
  <Errors>
    <CBError>
      <Code>string</Code>
      <Text>string</Text>
    </CBError>
    <CBError>
      <Code>string</Code>
      <Text>string</Text>
    </CBError>
  </Errors>
  <PageNumber>string</PageNumber>
  <SearchTime>string</SearchTime>
  <FirstRec>string</FirstRec>
  <LastRec>string</LastRec>
  <Hits>string</Hits>
  <MaxPage>string</MaxPage>
  <Results>
    <ResumeResultItem>
      <ContactName>string</ContactName>
      <HomeLocation>string</HomeLocation>
      <ResumeTitle>string</ResumeTitle>
      <RecentPay>string</RecentPay>
      <LastUpdate>string</LastUpdate>
      <ResumeID>string</ResumeID>
      <ContactEmail>string</ContactEmail>
    </ResumeResultItem>
    <ResumeResultItem>
      <ContactName>string</ContactName>
      <HomeLocation>string</HomeLocation>
      <ResumeTitle>string</ResumeTitle>
      <RecentPay>string</RecentPay>
      <LastUpdate>string</LastUpdate>
      <ResumeID>string</ResumeID>
      <ContactEmail>string</ContactEmail>
    </ResumeResultItem>
  </Results>
</ResumeSearchResults>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /resumes/resumes.asmx/CB_SearchResumes HTTP/1.1
Host: ws.careerbuilder.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

SessionToken=string&Keywords=string&SearchType=string&City=string&ZipCode=string&RadiusMiles=string&State=string&Country=string&EmploymentType=string&WorkStatus=string&MinimumEducation=string&FreshnessDays=string&PageNumber=string&RowsPerPage=string&CustAcctCode=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ResumeSearchResults xmlns="http://ws.careerbuilder.com/resumes/">
  <Errors>
    <CBError>
      <Code>string</Code>
      <Text>string</Text>
    </CBError>
    <CBError>
      <Code>string</Code>
      <Text>string</Text>
    </CBError>
  </Errors>
  <PageNumber>string</PageNumber>
  <SearchTime>string</SearchTime>
  <FirstRec>string</FirstRec>
  <LastRec>string</LastRec>
  <Hits>string</Hits>
  <MaxPage>string</MaxPage>
  <Results>
    <ResumeResultItem>
      <ContactName>string</ContactName>
      <HomeLocation>string</HomeLocation>
      <ResumeTitle>string</ResumeTitle>
      <RecentPay>string</RecentPay>
      <LastUpdate>string</LastUpdate>
      <ResumeID>string</ResumeID>
      <ContactEmail>string</ContactEmail>
    </ResumeResultItem>
    <ResumeResultItem>
      <ContactName>string</ContactName>
      <HomeLocation>string</HomeLocation>
      <ResumeTitle>string</ResumeTitle>
      <RecentPay>string</RecentPay>
      <LastUpdate>string</LastUpdate>
      <ResumeID>string</ResumeID>
      <ContactEmail>string</ContactEmail>
    </ResumeResultItem>
  </Results>
</ResumeSearchResults>