Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

ExportMonitoringGetLatestReport CZ

Tato webová metoda webové služby CreditCheckAktualizace umožňuje dávkový import seznamu monitorovaných hodnot do systému CreditCheck. Monitoring hodnot importovaných tímto rozhraním je částí placených služeb, importované hodnoty jsou popsány níže a další bližší informace o monitoringu Personal Vám sdělí naše obchodní oddělení.

SOAP header 

SOAP header
<soap:Header>
   <CreditCheckHeader xmlns="http://creditcheck.cz/">
      <Login>string</Login>
      <Password>string</Password>
   </CreditCheckHeader>
</soap:Header>

 

Popis elementů 

NázevPopis
Loginuživatelské jméno
Passworduživatelské heslo

Tyto údaje jsou rozdílné pro různé uživatele systému a jsou poskytovány obchodním oddělením Credit Check, s.r.o.

Vstupní parametry webové metody

 

Webová metoda má jeden vstupní parametr. Očekává XmlNode s daty pro import hodnot monitoringu.

 

 

 

název

datatype

mandatory

poznámka

importData

XmlNode

yes

 

 


Vstup webové metody


xxx
<exportMonitoringLatestReportDate>
  <monitoringType>IsirPersonal</monitoringType>
  <reportType>MonthlyReport</reportType>
  <fileType>csv</fileType> 
</exportMonitoringLatestReportDate>


Výstup webové metody

 

The output is XML with any information about risks or about subject’s state. In error case output contains an error information.

 

výst
<creditCheck version="1.0" encoding="utf-8">
  <webMethod>ExportMonitoringGetLatestReportTime</webMethod>
  <country>CZ</country>
  <time>2016-07-13T13:32:49.4445760+02:00</time>
  <exportMonitoringLatestReport xmlns="">
    <monitoringType>IsirPersonal</monitoringType>
    <reportType>MonthlyReport</reportType>
    <fileType>csv</fileType>
  </exportMonitoringLatestReport>
  <report>
    <reportId>6e2f3014-d798-45d3-9a9e-706790d17fad</reportId>
    <latestTime>2016-07-01T10:04:47.5370000+02:00</latestTime>
    <count>2</count>
    <data>
      <![CDATA[Jméno;Příjmení;Datum narození;Spisová značka;Poslední známý stav;Evidujeme od;Odkaz na dokument
Luděk;Lacina;1.8.1979 0:00:00;INS 28399/2012;ODDLUŽENÍ;30.6.2016 21:26:58;https://isir.justice.cz/isir/ueu/vysledek_lustrace.do?nazev_osoby=&vyhledat_pouze_podle_zacatku=on&podpora_vyhledat_pouze_podle_zacatku=true&bc_vec=28399&rocnik=2012&aktualnost=AKTUALNI_I_UKONCENA&spis_znacky_obdobi=14DNI
Jan;Staněk;22.3.1983 0:00:00;INS 21880/2011;ODSKRTNUTA;13.6.2016 8:28:00;https://isir.justice.cz/isir/ueu/vysledek_lustrace.do?nazev_osoby=&vyhledat_pouze_podle_zacatku=on&podpora_vyhledat_pouze_podle_zacatku=true&bc_vec=21880&rocnik=2011&aktualnost=AKTUALNI_I_UKONCENA&spis_znacky_obdobi=14DNI
]]>
    </data>
  </report>
</creditCheck>

 

 

 

 

element name

datatype

mandatory

poznámka

webMethod

string

yes

 

country

string

yes

 

time

string

yes

 

exportMonitoringLatestReport

string

yes

 

report

 

 

.

latestTime

string

yes

 

count

string

yes

 

data

string

yes

 


datatype

mandatory

Poznámka

XmlNode

yes

 

 

 

Error messages

 

This section is under development. But here is base envelope for it.

 

error messages
<creditCheck version="1.0" encoding="utf-8">
  <webMethod>ExportMonitoringGetLatestReportTime</webMethod>
  <country>CZ</country>
  <time>2016-07-14T09:54:33.9970277+02:00</time>
  <exportMonitoringLatestReport xmlns="">
    <monitoringTypes>IsirPersonal</monitoringTypes>
    <reportType>MonthlyReport</reportType>
    <fileType>csv</fileType>
  </exportMonitoringLatestReport>
  <error>
    <errorId>9d5eaba6-94bf-4810-abdc-40435cfe9be4</errorId>
    <message>The element 'exportMonitoringLatestReport' has invalid child element 'monitoringTypes'. List of possible elements expected: 'monitoringType'.</message>
    <description />
  </error>
</creditCheck>

 

 

 

Element name

datatype

mandatory

Notice

errorId

GUID as string

yes

Id for matching our error db inside

message

string

yes

Short information about error.

 

List of error messages.

 

 

 

error number

error description

poznámka

 Input validation: XXXChyba validace vstupního XML.
 Monitoring is not allowed. Monitoring: XXXUživatel který požaduje report nemá povolený typ monitoringu pro který report požaduje.
 Report type is not allowed. Report type: XXXUživatel který požaduje report pro specifikovaný typ monitoringu nemá povolený požadovaný typ reportu.

 

Obtaining error report.

Chyba generovaná při problému se získáním vygenerovaného reportu ze systému CreditCheck.

 

invalid input

Input request is not valid.

 

 

 

Error messages for xxxdata

 

 

 

 

 




  • No labels