What this solution does
Module for automatically filling in the company name and legal address using data from the Ministry of Taxes and Duties of the Republic of Belarus.
The module operates by first checking display conditions defined in its settings. When a nine-digit UNP (Unique Registration Number) is entered into the designated field, a request is sent to the controller awz:autounp.api.mnsrb.find. The server retrieves the data from the MNSRB database, caches it, and returns the response. The JavaScript extension then populates the form fields according to the module's configuration.
To customize the processing logic or add visual elements, the standard event BX.addCustomEvent('onAjaxSuccess', ...) can be utilized.
General iT can install and configure this module and check how it works on your website.