Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Tags

Interaction, Webservice, REST

Type of accelerator

Accelerator to speed up development

LicenseMIT License
How to get
CompatibilityBlueriq 12.7 and higher

Description

This connector provides a connection to the Handelsregister Search API of the Dutch Chamber of Commerce (Kamer van Koophandel). The user can search organisations by name, number, various address properties and combinations thereof. As the Chamber of Commerce charges a monthly and per-request fee, this accelerator also offers a connection to the free test version of the API.

The project (library) KvkConnectorApi contains the contract of the KvkConnector, which other projects (like ExampleUi) can use to connect the connector. The project KvkBaars defines the domain schemas. The flows SearchByNumber and SearchByName ensure that all data will be collected through the service calls. The project ExampleUi shows the collected data and contains one data mapping to map all the data. The data will be collected through a service call through the Baars.

...