• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/integration/connector/placement/integrationb24neworder.php
  • Класс: BitrixSaleExchangeIntegrationConnectorPlacementIntegrationB24NewOrder
  • Вызов: IntegrationB24NewOrder::getPlacmentHandler
public function getPlacmentHandler()
{
	return $this->getAppUrl().'?'.http_build_query([
			PlacementPlacementDeal::REQUEST_PARAM_HANDLER => IntegrationHandlerType::ORDER_NEW,
			PlacementPlacementDeal::REQUEST_PARAM_REST_APP_LAYOUT => 'Y'
		]);
}