CribisSKWS


Click here for a complete list of operations.

SearchRepiCandidates

Test

The test form is only available for requests from the local machine.

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 /CribisSKWS.asmx HTTP/1.1
Host: ws.cribis.sk
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://ws.urplus.sk/SearchRepiCandidates"

<?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>
    <SearchRepiCandidates xmlns="https://ws.urplus.sk">
      <request>
        <ExtensionData />
        <Credentials>
          <ExtensionData />
          <Login>string</Login>
          <Password>string</Password>
        </Credentials>
        <Subject>
          <ExtensionData />
          <PIN>string</PIN>
          <BirthDate>string</BirthDate>
          <Surname>string</Surname>
          <Name>string</Name>
          <CompanyName>string</CompanyName>
          <CompanyId>string</CompanyId>
        </Subject>
        <Address>
          <ExtensionData />
          <Street>string</Street>
          <HouseNo>string</HouseNo>
          <City>string</City>
          <ZIP>string</ZIP>
          <Country>string</Country>
        </Address>
        <Contact>
          <ExtensionData />
          <Phone>string</Phone>
          <Email>string</Email>
        </Contact>
        <Token>string</Token>
        <HaveConsent>boolean</HaveConsent>
        <SearchType>int</SearchType>
        <SharedRegistry>boolean</SharedRegistry>
        <IsNewApi>boolean</IsNewApi>
      </request>
    </SearchRepiCandidates>
  </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>
    <SearchRepiCandidatesResponse xmlns="https://ws.urplus.sk">
      <SearchRepiCandidatesResult xmlns="urn:crif-repi-interface-v1.0">
        <Candidates>
          <Candidate>
            <CandidateId>long</CandidateId>
            <Subject xsi:nil="true" />
            <Address xsi:nil="true" />
            <Contact xsi:nil="true" />
            <AddressHistory xsi:nil="true" />
            <SubjectHistory xsi:nil="true" />
          </Candidate>
          <Candidate>
            <CandidateId>long</CandidateId>
            <Subject xsi:nil="true" />
            <Address xsi:nil="true" />
            <Contact xsi:nil="true" />
            <AddressHistory xsi:nil="true" />
            <SubjectHistory xsi:nil="true" />
          </Candidate>
        </Candidates>
        <Token>string</Token>
        <AccountInfo>
          <CurrentAmount>decimal</CurrentAmount>
          <SpentAmount>decimal</SpentAmount>
        </AccountInfo>
        <Status />
      </SearchRepiCandidatesResult>
    </SearchRepiCandidatesResponse>
  </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 /CribisSKWS.asmx HTTP/1.1
Host: ws.cribis.sk
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>
    <SearchRepiCandidates xmlns="https://ws.urplus.sk">
      <request>
        <ExtensionData />
        <Credentials>
          <ExtensionData />
          <Login>string</Login>
          <Password>string</Password>
        </Credentials>
        <Subject>
          <ExtensionData />
          <PIN>string</PIN>
          <BirthDate>string</BirthDate>
          <Surname>string</Surname>
          <Name>string</Name>
          <CompanyName>string</CompanyName>
          <CompanyId>string</CompanyId>
        </Subject>
        <Address>
          <ExtensionData />
          <Street>string</Street>
          <HouseNo>string</HouseNo>
          <City>string</City>
          <ZIP>string</ZIP>
          <Country>string</Country>
        </Address>
        <Contact>
          <ExtensionData />
          <Phone>string</Phone>
          <Email>string</Email>
        </Contact>
        <Token>string</Token>
        <HaveConsent>boolean</HaveConsent>
        <SearchType>int</SearchType>
        <SharedRegistry>boolean</SharedRegistry>
        <IsNewApi>boolean</IsNewApi>
      </request>
    </SearchRepiCandidates>
  </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>
    <SearchRepiCandidatesResponse xmlns="https://ws.urplus.sk">
      <SearchRepiCandidatesResult xmlns="urn:crif-repi-interface-v1.0">
        <Candidates>
          <Candidate>
            <CandidateId>long</CandidateId>
            <Subject xsi:nil="true" />
            <Address xsi:nil="true" />
            <Contact xsi:nil="true" />
            <AddressHistory xsi:nil="true" />
            <SubjectHistory xsi:nil="true" />
          </Candidate>
          <Candidate>
            <CandidateId>long</CandidateId>
            <Subject xsi:nil="true" />
            <Address xsi:nil="true" />
            <Contact xsi:nil="true" />
            <AddressHistory xsi:nil="true" />
            <SubjectHistory xsi:nil="true" />
          </Candidate>
        </Candidates>
        <Token>string</Token>
        <AccountInfo>
          <CurrentAmount>decimal</CurrentAmount>
          <SpentAmount>decimal</SpentAmount>
        </AccountInfo>
        <Status />
      </SearchRepiCandidatesResult>
    </SearchRepiCandidatesResponse>
  </soap12:Body>
</soap12:Envelope>