• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/integration/rest/remoteproxies/crm/app.php
  • Класс: Bitrix\Sale\Exchange\Integration\Rest\RemoteProxies\CRM\App
  • Вызов: App::optionSet
public function optionSet($options)
{
	return $this
		->cmd( Rest\Cmd\Registry::APP_OPTIONS_ADD_NAME, [
			'options' => $options])
		->call();
}