getRequest()->getParam('uniq_id'); $chooserBlock = $this->_view->getLayout()->createBlock( \Magento\SalesRule\Block\Adminhtml\Promo\Widget\Chooser::class, '', ['data' => ['id' => $uniqId]] ); $this->getResponse()->setBody($chooserBlock->toHtml()); } }