# DealChannelStatisticEntry::register()

URL: https://chugunov.pro/api-bitrix/crm/statistics/dealchannelstatisticentry/register/
Проверено на 1С-Битрикс 25.x, обновлено 03.08.2026.
Источник: независимый русскоязычный справочник chugunov.pro. Не является официальной документацией 1С-Битрикс.

Класс: [`\Bitrix\Crm\Statistics\DealChannelStatisticEntry`](https://chugunov.pro/api-bitrix/crm/statistics/dealchannelstatisticentry/)
Модуль: Crm.
Свойства элемента: method, public, static.

## Сигнатура

```php
public static register(int $ownerID, int $channelTypeID[, array<string|int, mixed> $bindingParams = null ][, array<string|int, mixed> $entityFields = null ][, array<string|int, mixed> $options = null ]) : void
```

## Описание

Зарегистрировать сущность

## Параметры

- `$ownerID` `int` — обязательный. Идентификатор владельца.
- `$channelTypeID` `int` — обязательный. Идентификатор типа канала.
- `$bindingParams` `array<string|int, mixed>` — необязательный, по умолчанию `null`. Массив параметров привязки. Например, ORIGIN_ID и COMPONENT_ID.*
- `$entityFields` `array<string|int, mixed>` — необязательный, по умолчанию `null`
- `$options` `array<string|int, mixed>` — необязательный, по умолчанию `null`

## Возвращаемое значение

`void`

Оригинал в официальной документации: https://docs.1c-bitrix.ru/api/classes/Bitrix-Crm-Statistics-DealChannelStatisticEntry.html
