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 5 Current »

ExportMonitoringGetLatestReportTimeCZ

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


xx
<exportMonitoringLatestReport>
  <monitoringType>IsirPersonal</monitoringType>
  <reportType>MonthlyReport</reportType>
  <fileType>csv</fileType> 
</exportMonitoringLatestReport>



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:30:43.4766413+02:00</time>
  <exportMonitoringLatestReportDate xmlns="">
    <monitoringType>IsirPersonal</monitoringType>
    <reportType>MonthlyReport</reportType>
    <fileType>csv</fileType>
  </exportMonitoringLatestReportDate>
  <report>
    <reportId>1bb3ccae-eb2b-4168-b578-0401958b4ae0</reportId>
    <latestTime>2016-07-01T10:04:47.5370000+02:00</latestTime>
  </report>
</creditCheck>

 

 

 

 

element name

datatype

mandatory

poznámka

 

string

yes

 


datatype

mandatory

Poznámka

XmlNode

yes

 

 



  • No labels