• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/delivery/rest/handlerservice.php
  • Класс: BitrixSaleDeliveryRestHandlerService
  • Вызов: HandlerService::prepareHandlerParams
static function prepareHandlerParams(array $data, CRestServer $server): array
{
	$data = self::prepareIncomingParams($data);
	$data['APP_ID'] = $server->getClientId();

	return $data;
}