# InvoiceSumStatisticsTable::upsert()

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

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

## Сигнатура

```php
public static upsert(array<string|int, mixed> $data) : void
```

## Описание

Выполнить операцию upsert.

## Параметры

- `$data` `array<string|int, mixed>` — обязательный. Данные полей сущности.

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

`void`

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