...
004 Justitia CZ. Fix of reportVersion element.
005 New element added to the Involvement section.
Description
The web service method for subject’s info genaration. This method returned information about credit risk data.
...
WSDL bellow will be available on url http://creditwebservices.creditcheck.cz/CreditCheckAktualizace.asmx?op=GetBasicReport
SOAP 1.1
Code Block | ||||
---|---|---|---|---|
| ||||
POST /CreditCheckWebServices/CreditCheckAktualizace.asmx HTTP/1.1 Host: creditwebservices.creditcheck.cz Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://creditcheck.cz/GetSubjectBasicReport" <?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:Header> <CreditCheckHeader xmlns="http://creditcheck.cz/"> <Login>string</Login> <Password>string</Password> </CreditCheckHeader> </soap:Header> <soap:Body> <GetSubjectBasicReport xmlns="http://creditcheck.cz/"> <subjectData>xml</subjectData> </GetSubjectBasicReport> </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> <GetSubjectBasicReportResponse xmlns="http://creditcheck.cz/"> <GetSubjectBasicReportResult>xml</GetSubjectBasicReportResult> </GetSubjectBasicReportResponse> </soap:Body> </soap:Envelope> |
...
Requests to webmethod - input parameter description
.
Type 1: request for private person
...
The Real estate and Execution database is in evolution.
Type 1: response for private person request
...
Code Block | ||
---|---|---|
| ||
<creditCheck version="1.0" encoding="utf-8">
<webMethod>GetSubjectBasicReport</webMethod>
<time>2014-02-28T12:03:21.9553886+01:00</time>
<requestId>342557e2-fb58-4808-8949-11b1ed37662a</requestId>
<requestSubject xmlns="">
<reportVersion>2</reportVersion>
<subjectType>privatePerson</subjectType>
<birthNumber>675419/0344</birthNumber>
<firstName>Antonín</firstName>
<surname>Novák</surname>
<address>
<street />
<number />
<city />
<zip />
</address>
<idCard>112200350</idCard>
<checkInJustitiaCz>1</checkInJustitiaCz>
</requestSubject>
<report>
<status>4</status>
<birthNumber>6754190344</birthNumber>
<firstName>Antonín</firstName>
<surname>Novák</surname>
<idCard>INVALID</idCard>
<justitiaCzRecord>
<paid_y_12>0</paid_y_12>
<paid_n_12>0</paid_n_12>
<v_12_Paid_y>1</v_12_Paid_y>
<v_12_Paid_n>0</v_12_Paid_n>
</justitiaCzRecord>
</report>
</creditCheck> |
Example for the Involvemens section
The Involvement block element has new element with name nazevSubjektu . This element contains the name of the subject where the person involved.
Code Block | ||
---|---|---|
| ||
<creditCheck version="1.0" encoding="utf-8">
<webMethod>GetSubjectBasicReport</webMethod>
<time>2014-02-28T12:03:21.9553886+01:00</time>
<requestId>342557e2-fb58-4808-8949-11b1ed37662a</requestId>
<requestSubject xmlns="">
<reportVersion>2</reportVersion>
<subjectType>privatePerson</subjectType>
<birthNumber>675419/0344</birthNumber>
<firstName>Antonín</firstName>
<surname>Novák</surname>
<address>
<street />
<number />
<city />
<zip />
</address>
<idCard>112200350</idCard>
<checkInJustitiaCz>1</checkInJustitiaCz>
</requestSubject>
<report>
<status>4</status>
<birthNumber>6754190344</birthNumber>
<firstName>Antonín</firstName>
<surname>Novák</surname>
<idCard>INVALID</idCard>
<involvements>
<involvement>
<birthNumber />
<birthDate>24.10.1962</birthDate>
<ic>12345678</ic>
<nazev>člen představenstva</nazev>
<nazevSubjektu>Bytové družstvo Úsvit</nazevSubjektu>
</involvement>
<involvement>
<birthNumber />
<birthDate>24.10.1962</birthDate>
<ic>12345679</ic>
<nazev>jednatel</nazev>
<nazevSubjektu>Firma, s.r.o.</nazevSubjektu>
</involvement>
<involvement>
<birthNumber />
<birthDate>24.10.1962</birthDate>
<ic>12345677</ic>
<nazev>jednatel</nazev>
<nazevSubjektu>Firma, s.r.o.</nazevSubjektu>
<evidovanoDo>2014-07-13T00:00:00.0000000+02:00</evidovanoDo>
</involvement>
</involvements>
</report>
</creditCheck> |
Error messages
...
102 – error if the CEECR interface (third party interface) has error or is not working
103 – when our system has a problem when generating data. Exactly information is on demand. Error Id is necessary.
...