# InvoiceSumStatisticEntry::register()

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

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

## Сигнатура

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

## Описание

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

## Параметры

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

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

`void`

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