- Подготовка производственной площадки к маркировке
- Сроки внедрения маркировки для производителей: что нужно знать малым, средним и крупным?
- Оборудование для маркировки: какое нужно и что пригодится из того, что у вас уже есть?
- Состав кода маркировки молочной продукции
Release 79.1 MDLP July 23, 2026
Installed on the Sandbox test environment: 01.07.2026
Installed on the production environment: 05.07.2026
XSD-schemes version: 1.38
Changes
The “Valid based on license” filter has been removed
The “Valid based on license” filter has been removed from the “Profile” → “Addresses” section for the “Branches” and “Warehouses” registries.
The column indicating whether a business place is valid remains available in the table — you can still view the license status there.
To view active addresses, use the “Status” field filter.
API modifications
The deprecated “l_status” parameter has been removed from the business place and responsible storage registry methods
The l_status (Acts under license) input parameter (previously marked as deprecated) has been removed from the filtering methods for the business place and responsible storage registries.
This change affects the following methods:
-
Section 8.1.1 “Method for searching information about business places by filter” (
POST //reestr/branches/filter); -
Section 8.1.2 “Getting a list of business places in the system” (
POST //reestr/branches/public/filter); -
Section 8.2.1 “Method for searching information about secure storage warehouse by filtering” (
POST //reestr/warehouses/filter); -
Section 8.2.2 “Getting a list of responsible storages in the system” (
POST //reestr/warehouses/public/filter).
To avoid validation errors, update your integration and stop using the l_status (Acts under license) parameter in request bodies.
To search for active responsible storages and business places, use the status (Status) parameter for filtering.
The deprecated methods for obtaining pharmaceutical and manufacturing license information have been removed
The following methods (previously marked as deprecated) for obtaining license information have been removed:
-
Receiving information about licenses for pharmaceutical activity (
GET //reestr/pharm_licenses); -
Receiving information about manufacturing licenses (
GET //reestr/prod_licenses).
To obtain license information, use the following methods:
-
7.7.2 “Pharmaceutical activity license filtering method” (
POST //reestr/pharm_licenses) — for pharmaceutical licenses; -
7.6.3 “Manufacturing license filtering method” (
POST //reestr/prod_licenses) — for manufacturing licenses.
Update your integration, as calls to the removed methods will result in validation errors.