• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/integration/rest/remoteproxies/crm/timeline.php
  • Класс: BitrixSaleExchangeIntegrationRestRemoteProxiesCRMTimeline
  • Вызов: Timeline::onReceive
public function onReceive($entityId, $entitTypeId, $settings)
{
	return $this->cmd(
		RestCmdRegistry::CRM_TIMELINE_ONRECEIVE_NAME, [
			'entityId'=>$entityId,
			'entitTypeId'=>$entitTypeId,
			'settings'=>$settings]
	)->call();
}