• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/integration/rest/remoteproxies/crm/placement.php
  • Класс: Bitrix\Sale\Exchange\Integration\Rest\RemoteProxies\CRM\Placement
  • Вызов: Placement::binds
public function binds(array $list)
{
	return $this
		->batch(Rest\Cmd\Registry::APP_PLACEMENT_BIND_NAME, $list)
		->call();
}