• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/restservice.php
  • Класс: \CCrmCompanyRestProxy
  • Вызов: CCrmCompanyRestProxy::getIdentity
protected function getIdentity(&$fields)
{
	return isset($fields['ID']) ? intval($fields['ID']) : 0;
}