CribisSKWS


Click here for a complete list of operations.

GetRepiReport

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/GetRepiReport"

<?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>
    <GetRepiReport xmlns="https://ws.urplus.sk">
      <request>
        <ExtensionData />
        <Credentials>
          <ExtensionData />
          <Login>string</Login>
          <Password>string</Password>
        </Credentials>
        <PIN>string</PIN>
        <CompanyId>string</CompanyId>
        <Country>string</Country>
        <CandidateId>long</CandidateId>
        <ArchiveReportId>long</ArchiveReportId>
        <HaveConsent>boolean</HaveConsent>
        <LanguageId>string</LanguageId>
        <ReportAttachmentFormat>string</ReportAttachmentFormat>
        <Token>string</Token>
        <ReportType>string</ReportType>
        <Async>boolean</Async>
        <SharedRegistry>boolean</SharedRegistry>
        <CalculationDate>dateTime</CalculationDate>
        <IsNewApi>boolean</IsNewApi>
      </request>
    </GetRepiReport>
  </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>
    <GetRepiReportResponse xmlns="https://ws.urplus.sk">
      <GetRepiReportResult xmlns="urn:crif-repi-interface-v1.0">
        <Report>
          <CreditSummary>
            <CreditScore>int</CreditScore>
            <RiskClass>bytes</RiskClass>
          </CreditSummary>
          <RepiScore>
            <ScoreRange>string</ScoreRange>
            <ScoreRangeDescription>string</ScoreRangeDescription>
            <ScoreRaw>int</ScoreRaw>
            <NoScore>int</NoScore>
            <NoScoreDescription>string</NoScoreDescription>
          </RepiScore>
          <Identification>
            <Subject xsi:nil="true" />
            <Address xsi:nil="true" />
            <IdentificationHistory xsi:nil="true" />
            <ContributorSubjectId>string</ContributorSubjectId>
            <DataEndDate>date</DataEndDate>
          </Identification>
          <ContactHistory>
            <Addresses xsi:nil="true" />
            <Contacts xsi:nil="true" />
          </ContactHistory>
          <CreditDetail>
            <CreditDecisionMatrix xsi:nil="true" />
            <CreditDecisionMatrix xsi:nil="true" />
          </CreditDetail>
          <PaymentHistory>
            <Summary xsi:nil="true" />
            <Detail xsi:nil="true" />
          </PaymentHistory>
          <Inquires>
            <Inquiry xsi:nil="true" />
            <Inquiry xsi:nil="true" />
          </Inquires>
          <InquiriesPast30Days>string</InquiriesPast30Days>
        </Report>
        <ReportLink>string</ReportLink>
        <ArchiveReportId>long</ArchiveReportId>
        <ReportAttachment>base64Binary</ReportAttachment>
        <ReportAttachmentFormat>string</ReportAttachmentFormat>
        <Token>string</Token>
        <AccountInfo>
          <CurrentAmount>decimal</CurrentAmount>
          <SpentAmount>decimal</SpentAmount>
        </AccountInfo>
        <Status>
          <Code>int</Code>
          <Message>string</Message>
        </Status>
        <DocumentTicket>string</DocumentTicket>
        <CalculationDate>dateTime</CalculationDate>
      </GetRepiReportResult>
    </GetRepiReportResponse>
  </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>
    <GetRepiReport xmlns="https://ws.urplus.sk">
      <request>
        <ExtensionData />
        <Credentials>
          <ExtensionData />
          <Login>string</Login>
          <Password>string</Password>
        </Credentials>
        <PIN>string</PIN>
        <CompanyId>string</CompanyId>
        <Country>string</Country>
        <CandidateId>long</CandidateId>
        <ArchiveReportId>long</ArchiveReportId>
        <HaveConsent>boolean</HaveConsent>
        <LanguageId>string</LanguageId>
        <ReportAttachmentFormat>string</ReportAttachmentFormat>
        <Token>string</Token>
        <ReportType>string</ReportType>
        <Async>boolean</Async>
        <SharedRegistry>boolean</SharedRegistry>
        <CalculationDate>dateTime</CalculationDate>
        <IsNewApi>boolean</IsNewApi>
      </request>
    </GetRepiReport>
  </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>
    <GetRepiReportResponse xmlns="https://ws.urplus.sk">
      <GetRepiReportResult xmlns="urn:crif-repi-interface-v1.0">
        <Report>
          <CreditSummary>
            <CreditScore>int</CreditScore>
            <RiskClass>bytes</RiskClass>
          </CreditSummary>
          <RepiScore>
            <ScoreRange>string</ScoreRange>
            <ScoreRangeDescription>string</ScoreRangeDescription>
            <ScoreRaw>int</ScoreRaw>
            <NoScore>int</NoScore>
            <NoScoreDescription>string</NoScoreDescription>
          </RepiScore>
          <Identification>
            <Subject xsi:nil="true" />
            <Address xsi:nil="true" />
            <IdentificationHistory xsi:nil="true" />
            <ContributorSubjectId>string</ContributorSubjectId>
            <DataEndDate>date</DataEndDate>
          </Identification>
          <ContactHistory>
            <Addresses xsi:nil="true" />
            <Contacts xsi:nil="true" />
          </ContactHistory>
          <CreditDetail>
            <CreditDecisionMatrix xsi:nil="true" />
            <CreditDecisionMatrix xsi:nil="true" />
          </CreditDetail>
          <PaymentHistory>
            <Summary xsi:nil="true" />
            <Detail xsi:nil="true" />
          </PaymentHistory>
          <Inquires>
            <Inquiry xsi:nil="true" />
            <Inquiry xsi:nil="true" />
          </Inquires>
          <InquiriesPast30Days>string</InquiriesPast30Days>
        </Report>
        <ReportLink>string</ReportLink>
        <ArchiveReportId>long</ArchiveReportId>
        <ReportAttachment>base64Binary</ReportAttachment>
        <ReportAttachmentFormat>string</ReportAttachmentFormat>
        <Token>string</Token>
        <AccountInfo>
          <CurrentAmount>decimal</CurrentAmount>
          <SpentAmount>decimal</SpentAmount>
        </AccountInfo>
        <Status>
          <Code>int</Code>
          <Message>string</Message>
        </Status>
        <DocumentTicket>string</DocumentTicket>
        <CalculationDate>dateTime</CalculationDate>
      </GetRepiReportResult>
    </GetRepiReportResponse>
  </soap12:Body>
</soap12:Envelope>