توجد خدمة الويب 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 عدة خدمات:
يتكون البحث عن الشركة من خيارين:
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.
لا يسمح السجل النرويجي بالبحث عن الشركات المحذوفة بالأسماء. لذلك، لا يمكننا توفير {بحث بسيط} بالأسماء ضمن الشركات المحذوفة في النرويج.
فيما يلي مثال على ذلك:
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: كيفية البحث عن شركة؟
تُستخدم الحالات التالية للتقارير:
إذا كانت حالة التنفيذ {مكتملة} أو {محدثة}، فيمكنك الحصول على طلب.
تُستخدم الحالات التالية للتقارير:
إذا كانت حالة التنفيذ {مكتملة} أو {محدثة}، فيمكنك الحصول على طلب.
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_indexcountry_development_indicatorseconomic_forecastpaid_taxes — معلومات عن الضرائب المدفوعة.tenders — معلومات عن المناقصات.sanctions — تمت إضافتها إلى قسم " negative_information " (الأسئلة الشائعة).beneficiaries" و" shareholders" و" managers" و" employees_data"، تمت إضافة العنصر التالي:source_type — نوع مصدر البيانات (على سبيل المثال، official ، mass_media ، company_admin ، إلخ).relations_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 (المسمى سابقًا assets).patents و biological_assets.vehicles ، تمت إضافة حقل جديد:valuelitigations " (مستقبل الموقع)، تمت إضافة العناصر التالية:content، instance ، process ، authorityfinancial_statement/positions و summary/latest_turnovers ، تمت إضافة عنصر جديد:value_origin — يصف أصل القيمة؛ على سبيل المثال، القيمة estimated - هذه القيمة مقدرة ومحسوبة بناءً على البيانات المتاحة باستخدام المنطق أو الذكاء الاصطناعي.branches_data ، تمت إضافة الحقول التالية:registration_numberdirector_nameملاحظة: قد تحدث بعض التحسينات والتعديلات الطفيفة خلال مرحلة الاستقرار.
Webhook هو طريقة تتيح للتطبيق تزويد التطبيقات الأخرى بمعلومات في الوقت الفعلي. تعمل ميزة webhook الخاصة بنا على تنفيذ عمليات استدعاء HTTP المكونة باستخدام عنوان URL. يتم إرسال حمولة HTTP POST إلى عنوان URL هذا بتنسيق JSON كلما وقع حدث محدد. في سياق مشروعنا، قمنا بتصميم وظيفة webhook لتشغيل أحداث محددة.
لإعداد webhook لتطبيقك، انتقل إلى صفحة إعدادات التطبيق وابحث عن قسم "إعدادات Webhooks". وقم بتوفير المعلومات التالية:
بعد تقديم هذه التفاصيل، انقر على "حفظ".
عندما يحدث حدث ما، سنرسل طلب HTTP POST إلى عنوان URL الخاص بالحمولة مع نص JSON يحتوي على معلومات حول الحدث.
من المهم التحقق من أن طلبات POST المرسلة إلى عنوان URL للحمولة تأتي من تطبيقنا. للمساعدة في ذلك، يتضمن كل طلب webhook رأس X-Signature.
للتوقيع، نستخدم HMAC مع خوارزمية SHA512.
السر هو سلسلة من معرف التطبيق والمفتاح السري من إعدادات webhooks.
من الممكن إضافة معلمات الحصول الخاصة بك إلى نقطة النهاية لتحديد المرسل إذا لزم الأمر.
يجب أن يستجيب الخادم في غضون 10 ثوانٍ ويعيد رمز HTTP 2XX؛ وإلا، يعتبر تسليم webhook فاشلاً. في حالة الفشل، ستحاول الميزة إعادة إرسال الطلب وفقًا لسياسة التسليم.