Dokumentacja protokołu BIG InfoMonitor
Lista obwieszczeń na temat firmy w KRZ

Komponent krzEntrepreneurNotices jest zamawiany w celu pobrania listy obwieszczeń opublikowanych na temat firm w Krajowym Rejestrze Zadłużonych. 

Zamówienie listy obwieszczeń

Możliwość zamówienia listy obwieszczeń opublikowanych na temat firmy w krajowym Rejestrze zadłużonych, jest dostępna wyłącznie w ramach raportów specjalnych, które zawierają komponent  krzEntrepreneurNotices . Zamówienie komponentu wymaga przekazania numeru NIP firmy. Zakres danych opisujących obwieszczenia zwracane na liście opisuje typ złożony KrzEntrepreneurNoticesData

Przykładowe komunikaty

Poniżej znajduje się przykładowy komunikat zapytania i raportu dla Raportu specjalnego, który umożliwia zwrócenie danych komponentu  krzEntrepreneurNotices .

Zapytanie

krzEntrepreneurNotices
Kopiuj
<?xml version="1.0" encoding="UTF-8"?>
<br:getReportRequest xmlns:bc="http://api.big.pl/bimo/v1"
       xmlns:br="http://api.big.pl/bimoR/v1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://api.big.pl/bimoR/v1 bimoR.v1.xsd ">
       <client>
    <clientId>XXXXX</clientId>
    <unitId>XXXXX</unitId>
       </client>
       <repeatedRequestMarker>false</repeatedRequestMarker>
  <reportComposition xsi:type="br:FinancialReportComposition">
<product>specialReport2</product>
<components select="default">
                    <krzEntrepreneurNotices/>
   </components>
       <reportSubject xsi:type="bc:LegalPerson">
                    <fullName>Testówka</fullName>
                    <shortName>PRINT</shortName>
                    <regon>155652248</regon>
                    <nip>5358068638</nip>
             </reportSubject>
          
       </reportComposition>
</br:getReportRequest>

Raport

krzEntrepreneurNotices
Kopiuj
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:getReportResponse xmlns:ns2="http://api.big.pl/iasWrapper/reports/v1" xmlns:ns3="http://api.big.pl/bimoR/v1">
    <success>
        <currentRequest>
            <client>
                <clientId>XXXXXXXXX</clientId>
                <unitId>XXXXXXXXX</unitId>
            </client>
            <repeatedRequestMarker>false</repeatedRequestMarker>
            <reportComposition xsi:type="ns3:FinancialReportComposition" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <product>specialReport2</product>
                <components select="default">
                    <krzEntrepreneurNotices/>
                </components>
                <reportSubject xsi:type="ns5:LegalPerson" xmlns:ns5="http://api.big.pl/bimo/v1">
                    <fullName>Testówka</fullName>
                    <shortName>PRINT</shortName>
                    <regon>155652248</regon>
                    <nip>5358068638</nip>
                </reportSubject>
            </reportComposition>
        </currentRequest>
        <exchangeRateTable>
            <id>107/A/NBP/2024</id>
            <date>2024-06-04</date>
        </exchangeRateTable>
        <components>
            <reportComponent>
                <componentId>Z2Z1d2ALCbj6GHWnxhjJdW8YuMU=</componentId>
                <componentType>krzEntrepreneurNotices</componentType>
                <validityDateTime>2024-06-04T16:11:41.989</validityDateTime>
                <processingResult>success</processingResult>
                <data xsi:type="ns3:KrzEntrepreneurNoticesData" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                    <krzEntrepreneurNotices>
                        <entity legalForm="individualEntrepreneur">
                            <company>
                                <companyName>DANE TESTOWE COMPANY16</companyName>
                                <nip>5358068638</nip>
                                <regon>201409848</regon>
                            </company>
                            <naturalPerson>
                                <name>
                                    <fullForename>Dawid</fullForename>
                                    <fullSurname>Hałasa</fullSurname>
                                </name>
                                <otherId>
                                    <id>201409848</id>
                                    <idType>REGON</idType>
                                    <country>POL</country>
                                </otherId>
                            </naturalPerson>
                            <concatenatedAddress>Szczecińska 30/20&lt;br&gt;71-786 Szczecin&lt;br&gt;Polska / POLAND</concatenatedAddress>
                        </entity>
                        <krzNotice>
                            <id>20230721/00038</id>
                            <noticeType>bankruptcyDeclaration</noticeType>
                            <title>Obwieszczenie prawomocnego postanowienia o oddaleniu wniosku o ogłoszenie upadłości na podstawie art. 13 ust. 1 lub 2 PU</title>
                            <description>&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget est magna. Donec nulla mauris, imperdiet in sollicitudin a, auctor eget purus. Curabitur congue nisi nec est elementum, sit amet lacinia justo dapibus. Interdum et malesuada fames ac ante ipsum primis in faucibus. Sed et tempor sapien. Curabitur libero odio, sagittis sed enim in, facilisis auctor metus. Suspendisse id diam sed velit elementum pellentesque id ut felis. Ut est augue, pharetra sit amet nisl ut, sodales molestie nunc. Donec in arcu lacus. Aenean magna elit, tincidunt at purus eu, vehicula mollis justo. Vestibulum sollicitudin pulvinar sagittis. Cras nec mi vel ante venenatis commodo. Maecenas varius nisl id sodales consectetur. Nullam aliquet neque ornare tempor placerat. &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description>
                            <proceeding>
                                <signature>TEST/GU/157/2023</signature>
                                <proceedingType>bankruptcy</proceedingType>
                                <court>Sąd Rejonowy Lublin-Wschód w Lublinie z siedzibą w</court>
                                <courtDepartment>IX Wydział Gospodarczy dla spraw upadłościowych i restrukturyzacyjnych</courtDepartment>
                            </proceeding>
                        </krzNotice>
                    </krzEntrepreneurNotices>
                </data>
            </reportComponent>
        </components>
    </success>
</ns3:getReportResponse>