• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/delivery/rest/extraservicesservice.php
  • Класс: BitrixSaleDeliveryRestExtraServicesService
  • Вызов: ExtraServicesService::prepareExtraServicesParams
static function prepareExtraServicesParams(array $data, CRestServer $server): array
{
	$data = self::prepareIncomingParams($data);
	$data['APP_ID'] = $server->getClientId();

	return $data;
}