Webサービスのwsdlとスキーマはここにあります。:
https://wsdfn.infoproff.com/v4/
Postman Collection (API v4) — Ready for Use:
https://www.postman.com/infoproff/infoproff-webservices/documentation/9kweer5/soap-api-v4
Postman provides a convenient way to test our API without the need to write any code. It can also automatically generate example HTTP requests for most common programming languages.
The requests generated by Postman are basic HTTP calls compatible with our SOAP API. However, for production-grade integration, we recommend using fully featured SOAP clients available in most programming languages. These clients can work directly with WSDL and XSD, automatically handling schemas, data types, and message structures.
Using a dedicated SOAP client ensures a more reliable and robust integration, reducing the likelihood of errors when constructing and parsing SOAP messages.
Authentification details
The primary authentication method is HTTP Basic Auth. Using the Authorization header with encoded credentials is the preferred and recommended approach.
The username corresponds to the App ID, and the password is the associated Secret Key. These values are generated in the API Tokens section of the user dashboard and are not related to the credentials used for logging into the portal.
The authentication_block mechanism, used in previous API versions, is still supported for backward compatibility but is considered deprecated and should not be used in new integrations.
Web service functions:
APIはいくつかのサービスを提供します。
企業検索は2つのオプションで構成されています。:
The search for other countries is performed only in the database of archived reports. If you do not find the desired company, enter the company details manually.
search_result_id can be acquired here for orders with delivery_term = "o" or delivery_term = "a".
It may take up to 20 seconds to respond to a search request in the following countries: United Kingdom, Ireland, France, Spain, Portugal, Germany, Italy, Austria, Switzerland.
ノルウェーの登記簿では、削除された会社の名前で検索することはできません。従って、ノルウェーの削除された会社の中から名前によるSimpleSearch を提供することはできません。
以下は、その例です。:
Below you can find the example of how to order and download reports:
To order an Online/Offline with identification report you need to receive "<search_result_id>".
To do so, please follow the link: 会社を探すには?
レポートには以下のステータスが使用されます。:
執行状態がFinished またはUpdated の場合、注文を取得することができます。
レポートには以下のステータスが使用されます。:
執行状態がFinished またはUpdated の場合、注文を取得することができます。
Below you can find the example of how to order and download archived reports:
To order an archived report you need to receive "<search_result_id>" which has an "<archived_reports>" section that contains a product you need.
To do so, please follow the link: 会社を探すには?
Example companies with archived reports:
Just like the online/offline reports.
Just like the online/offline reports.
Just like the online/offline reports.
Just like the online/offline reports.
To order an online financial statements, you need to receive "<search_result_id>".
To do so, please follow the link: 会社を探すには?
この機能は、商品を注文するときのみ必要です。 finances (Financial statements) をdelivery_term = 'o' と一緒にご注文される場合のみ必要です。
レポートには以下のステータスが使用されます。:
If the execution status is Finished or Updated, then you can get an order.
リクエストは3つのパートで構成されています。
/report?&lang=en&doc_type=pdf¤cy_position=left&preferred_currency=EUR
https://www.infoproff.com/en/orders/files/<order_hash>/report?&lang=en&doc_type=pdf¤cy_position=left&preferred_currency=EUR
リクエストは3つのパートで構成されています。
delivery_term:
弊社ウェブサービスへのリクエスト時に、これらのエラーが発生する場合があります。.
country_economic_overview — 以下のサブセクションを含みます: , , .data_transparency_index country_development_indicators economic_forecastpaid_taxes — 支払った税金に関する情報。tenders — 入札に関する情報。sanctions — 「 」セクションに追加されました。negative_information beneficiaries 、shareholders 、managers 、およびemployees_data の各セクションに、以下の要素が追加されました:source_type — データソースの種類(例: 、 、 など)。official mass_media company_adminrelations_of_persons 」セクションに新しい要素が追加されました:match_typecapital セクションが再構成されました:capital_amount 」要素は「issued_capital 」に名称変更されました。 number_of_sharesshare_valueauthorized_capitalemployees_data 」セクションにおいて:group_figure 」は、データにグループレベルの集計値が含まれるかどうかを示します(true )。 source_type 」はデータソースの種類を指定します。is_estimated 」は、その値が「true 」の場合にのみ含まれます。 assets_data 」セクション — 既存のセクションを統合します:real_estate_data (以前の名称: )、 、 (以前の名称: )。property_data vehicles machinery_and_equipment assetspatents とbiological_assets 。 vehicles セクションに新しいフィールドが追加されました:valuelitigations セクションに、以下の要素が追加されました:content,instance,process,authorityfinancial_statement/positions 」と「summary/latest_turnovers 」に新しい要素が追加されました:value_origin — 値の起源を説明します。例えば、値「 」estimated は、利用可能なデータに基づいて論理またはAIを使用して推定および計算された値です。branches_data セクションには、以下のフィールドが追加されました:registration_numberdirector_name注:安定化フェーズ中に、 minor improvements and adjustments が追加される可能性があります。
ウェブフックは、アプリケーションが他のアプリケーションにリアルタイム情報を提供するための方法です。当社のウェブフック機能は、URLで設定されたHTTPコールバックを実装しています。指定されたイベントが発生するたびに、HTTP POSTペイロードがJSON形式でこのURLに送信されます。私たちのプロジェクトのコンテキストでは、特定のイベントをトリガーするようにwebhook機能を設計しました。
アプリケーションにWebhookを設定するには、アプリケーションの設定ページに移動し、「Webhooks Settings」セクションを探します。そして以下の情報を入力してください:
これらの情報を入力したら、「保存」をクリックします。
イベントが発生すると、そのイベントに関する情報を含むJSONボディを持つHTTP POSTリクエストをペイロードURLに送信する。
ペイロード URL に送信された POST リクエストがアプリケーションからのものであることを確認することが重要です。これを支援するために、すべてのWebhookリクエストはX-Signatureヘッダを含んでいます。
署名にはSHA512アルゴリズムによるHMACを使用する。
Secretは、App IDとWebhooks設定のSecret Keyを連結したもの。
必要であれば、送信者を特定するために独自のget paramsをエンドポイントに追加することも可能である。
サーバーは10秒以内に応答し、2XX HTTPコードを返さなければなりません。そうでなければ、ウェブフックの配信は失敗したとみなされます。そうでない場合、Webhook の配信は失敗したとみなされます。失敗した場合、この機能は配信ポリシーに従ってリクエストの再送を試みます。